Skip to content

Commit 5cb107b

Browse files
committed
Test test
1 parent 2bfc8e9 commit 5cb107b

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.github/workflows/ext-matrix-tests.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,14 @@
11
name: "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"
73
on:
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

207
jobs:
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:

0 commit comments

Comments
 (0)