Wrap it to test test test

This commit is contained in:
crazywhalecc 2025-06-18 11:42:32 +08:00
parent 3a64feefd0
commit 68548cf248
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -21,7 +21,7 @@ jobs:
test:
name: "${{ matrix.extension }} (PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }})"
runs-on: ${{ matrix.operating-system }}
if: contains(github.event.head_commit.message, 'fix') || contains(github.event.head_commit.message, 'test')
if: ${{ contains(github.event.head_commit.message, 'fix') || contains(github.event.head_commit.message, 'test') }}
strategy:
fail-fast: false
matrix: