Skip to content

Commit

Permalink
ICU-22721 Set delay for CI enforce checks job to allow other jobs to …
Browse files Browse the repository at this point in the history
…init

See #3160
  • Loading branch information
echeran authored and Squash Bot committed Sep 12, 2024
1 parent 923d02f commit 1acf768
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wait-for-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:
# These checks will return a "neutral" status, which this GH Action interprets as a failure.
# Since the jobs are superfluous, they can be ignored.
ignore: "CI-ICU4C,CI-ICU4J"
# Some jobs like CIFuzz* jobs don't start executing in earnest immediately. Until they start running
# in earnest, they report a status of neutral, which is interpreted as failure by the action.
delay: 120s

0 comments on commit 1acf768

Please sign in to comment.