CI: Support merge queues with default runner
This commit is contained in:
parent
a0d1ba4a3d
commit
cb9a457153
1 changed files with 1 additions and 1 deletions
2
.github/workflows/runner.yml
vendored
2
.github/workflows/runner.yml
vendored
|
@ -1,5 +1,5 @@
|
||||||
name: 🔗 GHA
|
name: 🔗 GHA
|
||||||
on: [push, pull_request]
|
on: [push, pull_request, merge_group]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-runner
|
group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-runner
|
||||||
|
|
Loading…
Reference in a new issue