Skip to content

Commit d947b5b

Browse files
Correct quote
1 parent 53b24c0 commit d947b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
runs-on: ubuntu-latest
1616

17-
if: !contains(github.event.head_commit.message, 'ci skip')
17+
if: "!contains(github.event.head_commit.message, 'ci skip')"
1818

1919
strategy:
2020
fail-fast: false

0 commit comments

Comments
 (0)