Skip to content

Commit

Permalink
Merge pull request #97503 from Repiteo/ci/merge_queue
Browse files Browse the repository at this point in the history
CI: Support merge queues with default runner
  • Loading branch information
akien-mga committed Sep 28, 2024
2 parents 422306e + cb9a457 commit a53d0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runner.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a53d0a3

Please sign in to comment.