summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-09-26 10:37:40 -0500
committerThaddeus Crews <repiteo@outlook.com>2024-09-26 11:49:34 -0500
commitcb9a457153e8d8242ab2c94424211af3c96d61fd (patch)
treeee94b507819934c03efa5187e59574818b96bd08 /.github
parenta0d1ba4a3d1760f48ef3297a6299ee3dbc1260e1 (diff)
downloadredot-engine-cb9a457153e8d8242ab2c94424211af3c96d61fd.tar.gz
CI: Support merge queues with default runner
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/runner.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/runner.yml b/.github/workflows/runner.yml
index d2d0e3571f..fd5e74b914 100644
--- a/.github/workflows/runner.yml
+++ b/.github/workflows/runner.yml
@@ -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