CI: Support merge queues with default runner

This commit is contained in:
Thaddeus Crews
2024-09-26 10:37:40 -05:00
parent a0d1ba4a3d
commit cb9a457153

View File

@ -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