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 53b24c0 commit d947b5bCopy full SHA for d947b5b
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
test:
15
runs-on: ubuntu-latest
16
17
- if: !contains(github.event.head_commit.message, 'ci skip')
+ if: "!contains(github.event.head_commit.message, 'ci skip')"
18
19
strategy:
20
fail-fast: false
0 commit comments