Skip to content

Commit c8cc222

Browse files
authored
Update wait-for-checks.yml
1 parent 81b0eed commit c8cc222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wait-for-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- run: sleep 10
19-
- if: contains(github.event.head_commit.message, "FAIL")
19+
- if: contains(github.event.head_commit.message, 'FAIL')
2020
run: exit 1

0 commit comments

Comments
 (0)