File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed
Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 11name : " Extension matrix tests"
22
3-
4- # Only run if:
5- # - the workflow is manually triggered
6- # - or a pull request is made to the main branch that modifies this workflow file or commit message contains "fix" or "test"
73on :
8- workflow_dispatch :
9- pull_request :
10- branches : [ "main" ]
11- paths :
12- - ' .github/workflows/ext-matrix-tests.yml'
13- - ' src/**'
14- - ' config/**'
15- - ' bin/**'
16- - ' composer.json'
17- - ' box.json'
18- - ' .php-cs-fixer.php'
4+ workflow_dispatch :
5+ push :
196
207jobs :
218 test :
229 name : " ${{ matrix.extension }} (PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }})"
2310 runs-on : ${{ matrix.operating-system }}
24- if : github.event_name == 'push' && ( contains(github.event.head_commit.message, 'fix') || contains(github.event.head_commit.message, ' test') )
11+ if : contains(github.event.head_commit.message, 'extension test')
2512 strategy :
2613 fail-fast : false
2714 matrix :
You can’t perform that action at this time.
0 commit comments