Skip to content

Commit

Permalink
update workflows for merge queues (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke authored Apr 8, 2024
1 parent cb68313 commit 4c6bc06
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "codeql"
on:
schedule:
- cron: '0 4 * * 1'
merge_group:
pull_request:
workflow_dispatch:

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Lint
on: [pull_request]
on:
merge_group:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-polyfills.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Test Polyfills
on:
merge_group:
pull_request:
workflow_dispatch:

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Unit Test
on: [pull_request]
on:
merge_group:
pull_request:
jobs:
unit-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4c6bc06

Please sign in to comment.