Skip to content

Commit c877a30

Browse files
committed
ci: enable GitHub merge train
1 parent 1166a74 commit c877a30

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/integrationtest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# Instead, it is the right thing that the CI always covers the whole repository
77
# and that it is as stable as possible.
88

9-
name: "Cargo workspace"
9+
name: "Integration Test"
1010

1111
# Run on every push (tag, branch) and pull_request
12-
on: [pull_request, push, workflow_dispatch]
12+
on: [pull_request, push, merge_group]
1313

1414
env:
1515
CARGO_TERM_COLOR: always

.github/workflows/qa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: QA
22

3-
on: [ push, pull_request ]
3+
on: [pull_request, push, merge_group]
44

55
jobs:
66
spellcheck:

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name: "Cargo workspace"
1010

1111
# Run on every push (tag, branch) and pull_request
12-
on: [pull_request, push, workflow_dispatch]
12+
on: [pull_request, push, workflow_dispatch, merge_group]
1313

1414
env:
1515
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)