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 committed Sep 12, 2024
1 parent 70caba0 commit 33a788b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/wait-for-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ jobs:
# It won't pass until all of the pipeline's checks pass.
# For the ICU4J and ICU4C pipelines, this is called `CI-ICU4J` and `CI-ICU4C`.
# These checks will return a "neutral" status, which this GH Action interprets as a failure.
# ClusterFuzzLite/CIFuzz appears to be spawned after a CIFuzz job finishes, but its status of
# "neutral" is interpreted by this action as a failure.
# Since the jobs are superfluous, they can be ignored.
ignore: "CI-ICU4C,CI-ICU4J"
ignore: "CI-ICU4C,CI-ICU4J,ClusterFuzzLite/CIFuzz"
# Wait for 2 minutes before this action begins its work by polling Github for job/check status
delay: 120s

0 comments on commit 33a788b

Please sign in to comment.