Skip to content

Commit 5116e6e

Browse files
authored
Set CI to run the same in the merge queue as it does in CI (Stirling-Tools#6249)
1 parent 8daee73 commit 5116e6e

6 files changed

Lines changed: 15 additions & 1 deletion

File tree

.github/workflows/ai-engine.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7+
merge_group:
8+
branches: [main]
79

810
permissions:
911
contents: read

.github/workflows/build-enterprise.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ on:
1919
branches: ["main"]
2020
pull_request:
2121
branches: ["main"]
22+
merge_group:
23+
branches: ["main"]
2224
schedule:
2325
- cron: "0 4 * * *"
2426
workflow_dispatch:

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Build and Test Workflow
33
on:
44
pull_request:
55
branches: ["main"]
6+
merge_group:
7+
branches: ["main"]
68
workflow_dispatch:
79

810
# cancel in-progress jobs if a new job is triggered

.github/workflows/dependency-review.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
#
88
# Source repository: https://github.com/actions/dependency-review-action
99
name: "Dependency Review"
10-
on: [pull_request]
10+
on:
11+
pull_request:
12+
merge_group:
1113

1214
permissions:
1315
contents: read

.github/workflows/frontend-backend-licenses-update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
pull_request:
88
branches:
99
- main
10+
merge_group:
11+
branches:
12+
- main
1013

1114
concurrency:
1215
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name || github.ref }}

.github/workflows/pre_commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
branches:
77
- main
8+
merge_group:
9+
branches:
10+
- main
811

912
permissions:
1013
contents: read

0 commit comments

Comments
 (0)