Skip to content

Commit c74904a

Browse files
committed
ci: add a delay
1 parent e83174d commit c74904a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,12 @@ jobs:
178178
token: ${{ secrets.GITHUB_TOKEN }}
179179
match_pattern: "([Bb]uild|[Tt]est).*"
180180
ignore_pattern: ".*Check job status.*"
181+
delay: "30s"
181182
- name: GitHub Checks
182183
if: startsWith(github.ref_name, 'pull-request/') && contains(steps.get-pr-title.outputs.pr_title, '[skip ci]')
183184
uses: poseidon/wait-for-status-checks@899c768d191b56eef585c18f8558da19e1f3e707 # v0.6.0
184185
with:
185186
token: ${{ secrets.GITHUB_TOKEN }}
186187
# ignore all checks if skipping CI
187188
ignore_pattern: ".*"
189+
delay: "30s"

0 commit comments

Comments
 (0)