mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Merge pull request #97503 from Repiteo/ci/merge_queue
CI: Support merge queues with default runner
This commit is contained in:
commit
a53d0a36e4
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
|
||||
on: [push, pull_request]
|
||||
on: [push, pull_request, merge_group]
|
||||
|
||||
concurrency:
|
||||
group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-runner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue