Skip to content

Commit

Permalink
chore: run checks on merge queues
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Feb 10, 2023
1 parent 2813199 commit a513526
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/check-test-project-fixture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Check test project fixture
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
merge_group:

# Cancel in-progress runs of this workflow.
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow.
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: ⚙️ CI

on:
pull_request
pull_request:
merge_group:

# Cancel in-progress runs of this workflow.
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
merge_group:
schedule:
- cron: '42 5 * * 3'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/require-release-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: 🏷 Require release label
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
merge_group:

# Cancel in-progress runs of this workflow.
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow.
Expand Down

0 comments on commit a513526

Please sign in to comment.