Skip to content

Commit d832736

Browse files
authored
ci: Run CI also in merge queues (#4846)
This is required in order to be able to enable merge queues, the required checks need to run.
1 parent 01bce7d commit d832736

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "Changelog"
22
on:
33
pull_request:
44
types: [opened, synchronize, reopened, edited, ready_for_review]
5+
merge_group:
56

67
jobs:
78
build:

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
pull_request:
1111
types: [opened, synchronize, reopened, labeled]
1212

13+
merge_group:
14+
1315
concurrency:
1416
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1517
cancel-in-progress: true

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
# Run actions on PRs, but only deploy on master
99
pull_request:
10+
merge_group:
1011

1112
env:
1213
CARGO_TERM_COLOR: always

.github/workflows/enforce-license-compliance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
pull_request:
1111
branches: [master]
12+
merge_group:
1213

1314
jobs:
1415
enforce-license-compliance:

.github/workflows/validate-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- test/pipeline-*
88

99
pull_request:
10+
merge_group:
1011

1112
jobs:
1213
files-changed:

0 commit comments

Comments
 (0)