Skip to content

Commit e935ef9

Browse files
authored
chore(ci): PPrepare to switch to Merge Queue for PR merging (#893)
1 parent 3dd96e2 commit e935ef9

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/build-image-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build Dockerfile if changed and run smoke tests
22

33
on:
4+
merge_group:
45
pull_request:
56

67
permissions:

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
push:
1616
branches:
1717
- master
18+
merge_group:
1819
pull_request:
1920
schedule:
2021
- cron: 0 0 * * 1

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
name: Dependency Review
1111

1212
on:
13+
merge_group:
1314
pull_request:
1415

1516
permissions:

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Common issues check
22

33
on:
4+
merge_group:
45
pull_request:
56

67
permissions:

0 commit comments

Comments
 (0)