Skip to content

Commit a53d0a3

Browse files
committed
Merge pull request godotengine#97503 from Repiteo/ci/merge_queue
CI: Support merge queues with default runner
2 parents 422306e + cb9a457 commit a53d0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 🔗 GHA
2-
on: [push, pull_request]
2+
on: [push, pull_request, merge_group]
33

44
concurrency:
55
group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-runner

0 commit comments

Comments
 (0)