Skip to content

Commit 3452460

Browse files
committed
include event in matrix
1 parent 0687331 commit 3452460

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
strategy:
7272
fail-fast: false
7373
matrix:
74+
event: ['${{ github.event_name }}']
7475
os: [ ubuntu-24.04 ]
7576
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
7677
db-type: [ 'mysql' ]
@@ -206,6 +207,7 @@ jobs:
206207
strategy:
207208
fail-fast: false
208209
matrix:
210+
event: ['${{ github.event_name }}']
209211
os: [ ubuntu-24.04 ]
210212
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
211213
db-type: [ 'mariadb' ]
@@ -452,6 +454,7 @@ jobs:
452454
strategy:
453455
fail-fast: false
454456
matrix:
457+
event: ['${{ github.event_name }}']
455458
os: [ ubuntu-24.04 ]
456459
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
457460
db-type: [ 'mysql', 'mariadb' ]

0 commit comments

Comments
 (0)