Add merge queue gating to CI workflow

This commit is contained in:
2025-12-27 04:12:01 +00:00
parent a7fe49566f
commit 28cc4a936a

View File

@@ -5,6 +5,15 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
merge_group:
branches: [ main ]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test: