Skip to content

Commit b296f07

Browse files
authored
Update test-phpunit.yml
1 parent fc90b48 commit b296f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
tests:
77
runs-on: ubuntu-latest
8-
if: '!contains(github.event.head_commit.message, "[ci skip]")'
8+
if: "!contains(github.event.head_commit.message, '[ci skip]')"
99
env:
1010
PHP_INI_VALUES: assert.exception=1, zend.assertions=1
1111

0 commit comments

Comments
 (0)