mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[ci] Enable merge queue support (#9050)
Run Bazel and other repo cleanliness checks on merge queue additions to ensure PRs are good before merging.
This commit is contained in:
2
.github/workflows/bazel.yml
vendored
2
.github/workflows/bazel.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Bazel
|
||||
|
||||
on: [pull_request, push]
|
||||
on: [merge_group, pull_request, push]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user