workflows/tests: also run update-tests for merge_group.

This commit is contained in:
Mike McQuaid 2023-03-15 17:50:35 -04:00
parent be2bb817e2
commit 1ee97d4c4d
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -217,7 +217,7 @@ jobs:
name: ${{ matrix.name }} name: ${{ matrix.name }}
runs-on: ${{ matrix.runs-on }} runs-on: ${{ matrix.runs-on }}
needs: syntax needs: syntax
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
strategy: strategy:
matrix: matrix:
include: include: