We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc90b48 commit b296f07Copy full SHA for b296f07
.github/workflows/test-phpunit.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
tests:
7
runs-on: ubuntu-latest
8
- if: '!contains(github.event.head_commit.message, "[ci skip]")'
+ if: "!contains(github.event.head_commit.message, '[ci skip]')"
9
env:
10
PHP_INI_VALUES: assert.exception=1, zend.assertions=1
11
0 commit comments