[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:
Gold856
2026-07-04 01:33:26 -04:00
committed by GitHub
parent 633ca1152e
commit 330254890a
4 changed files with 4 additions and 1 deletions

View File

@@ -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 }}