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 254a81e commit 81b0eedCopy full SHA for 81b0eed
.github/workflows/wait-for-checks.yml
@@ -1,20 +1,20 @@
1
name: wait-for-checks
2
3
on:
4
- push:
5
- branches:
6
- - wait-for-checks
+ push:
+ branches:
+ - wait-for-checks
7
8
jobs:
9
- sleep:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - run: sleep 1
13
14
15
- check-commit-message:
16
17
18
- - run: sleep 10
19
- - if: contains(github.event.head_commit.message, "FAIL")
20
- run: exit 1
+ sleep:
+ runs-on: ubuntu-latest
+ steps:
+ - run: sleep 1
+ check-commit-message:
+ - run: sleep 10
+ - if: contains(github.event.head_commit.message, "FAIL")
+ run: exit 1
0 commit comments