Skip to content

Commit

Permalink
Extend times
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed May 20, 2023
1 parent 9802281 commit 9a10712
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wait-for-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
sleep:
runs-on: ubuntu-latest
steps:
- run: sleep 1
- run: sleep 1
- run: sleep 1
- run: sleep 10
- run: sleep 10
- run: sleep 10
check-commit-message:
runs-on: ubuntu-latest
steps:
- run: sleep 10
- run: sleep 30
- if: contains(github.event.head_commit.message, 'FAIL')
run: exit 1

0 comments on commit 9a10712

Please sign in to comment.