Skip to content

Commit

Permalink
Update wait-for-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cheap-glitch committed Dec 15, 2023
1 parent 08a4cb9 commit a4d4a4a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/wait-for-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ jobs:
sleep:
runs-on: ubuntu-latest
steps:
- run: sleep 10
- run: sleep 10
- run: sleep 10
- run: sleep 5
check-commit-message:
runs-on: ubuntu-latest
steps:
- run: sleep 30
- run: sleep 7
- if: contains(github.event.head_commit.message, 'FAIL')
run: exit 1

0 comments on commit a4d4a4a

Please sign in to comment.