We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68548cf commit 2bfc8e9Copy full SHA for 2bfc8e9
.github/workflows/ext-matrix-tests.yml
@@ -21,7 +21,7 @@ jobs:
21
test:
22
name: "${{ matrix.extension }} (PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }})"
23
runs-on: ${{ matrix.operating-system }}
24
- if: ${{ contains(github.event.head_commit.message, 'fix') || contains(github.event.head_commit.message, 'test') }}
+ if: github.event_name == 'push' && (contains(github.event.head_commit.message, 'fix') || contains(github.event.head_commit.message, 'test'))
25
strategy:
26
fail-fast: false
27
matrix:
0 commit comments