Skip to content

Commit

Permalink
Merge pull request #1177 from 64/merge-queue
Browse files Browse the repository at this point in the history
ci: run workflows on merge_group
  • Loading branch information
avdgrinten authored Oct 24, 2024
2 parents 0f7479f + 7afba8a commit c8f64b9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/abidiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
branches-ignore:
- abi-break
merge_group:
branches-ignore:
- abi-break

jobs:
run-abidiff:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Continuous Integration

on: [push, pull_request]
on: [push, pull_request, merge_group]

jobs:
build-mlibc:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detect-bad-ifs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Detect ifdef/defined (mis)use

on: [push, pull_request]
on: [push, pull_request, merge_group]

jobs:
find-misuse:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detect-missing-mlibc-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Detect missing mlibc-config.h

on: [push, pull_request]
on: [push, pull_request, merge_group]

jobs:
find-misuse:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/fixups.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Check if PR has fixups

on:
pull_request:
on: [pull_request, merge_group]

jobs:
find-fixups:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-libc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Rust libc bindings

on: [push, pull_request]
on: [push, pull_request, merge_group]

jobs:
check-bindings:
Expand Down

0 comments on commit c8f64b9

Please sign in to comment.