workflows/tests: enable merge group builds.

This will enable the GitHub Merge Queue. Don't bother running online
tests as they aren't required, use up the rate limit and are flaky.
This commit is contained in:
Mike McQuaid 2023-03-13 18:16:54 +00:00
parent 27ca4403e1
commit d8fce057fa
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -5,6 +5,7 @@ on:
branches:
- master
pull_request:
merge_group:
permissions:
contents: read
@ -311,6 +312,7 @@ jobs:
run: sudo chmod -R g-w,o-w /home/linuxbrew/.linuxbrew/Homebrew
- name: Run brew tests
if: github.event_name == 'pull_request' || matrix.name != 'tests (online)'
run: |
# brew tests