Merge pull request #14989 from MikeMcQuaid/merge_group_fix
workflows/tests: also run update-tests for merge_group.
This commit is contained in:
commit
0a221b4b31
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -217,7 +217,7 @@ jobs:
|
||||
name: ${{ matrix.name }}
|
||||
runs-on: ${{ matrix.runs-on }}
|
||||
needs: syntax
|
||||
if: github.event_name == 'pull_request'
|
||||
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user