Merge pull request #14989 from MikeMcQuaid/merge_group_fix

workflows/tests: also run update-tests for merge_group.
This commit is contained in:
Mike McQuaid 2023-03-15 18:05:59 -04:00 committed by GitHub
commit 0a221b4b31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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