Skip to content

Commit b231af7

Browse files
committed
Fix syntax error
1 parent f4d0038 commit b231af7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ on:
1515

1616
jobs:
1717
build:
18-
if: "github.event.pull_request.draft == false"
19-
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
18+
if: "github.event.pull_request.draft == false && ! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
2019
strategy:
2120
matrix:
2221
nim: ['1.6.x', 'stable']

0 commit comments

Comments
 (0)