Skip to content

Commit

Permalink
Add merge queue to required tests on github actions (#12428)
Browse files Browse the repository at this point in the history
This commit adds the missing config to the github actions workflow for
running required tests (currently only arm64 macOS test jobs) to the
merge queue. This is necessary to make the job required in the branch
protection rules, because the jobs will need to pass as part of the
merge queue too.
  • Loading branch information
mtreinish authored May 17, 2024
1 parent 8b56995 commit 8571afe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main, 'stable/*' ]
pull_request:
branches: [ main, 'stable/*' ]
merge_group:

concurrency:
group: ${{ github.repository }}-${{ github.ref }}-${{ github.head_ref }}
Expand Down

0 comments on commit 8571afe

Please sign in to comment.