We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83174d commit c74904aCopy full SHA for c74904a
.github/workflows/ci.yml
@@ -178,10 +178,12 @@ jobs:
178
token: ${{ secrets.GITHUB_TOKEN }}
179
match_pattern: "([Bb]uild|[Tt]est).*"
180
ignore_pattern: ".*Check job status.*"
181
+ delay: "30s"
182
- name: GitHub Checks
183
if: startsWith(github.ref_name, 'pull-request/') && contains(steps.get-pr-title.outputs.pr_title, '[skip ci]')
184
uses: poseidon/wait-for-status-checks@899c768d191b56eef585c18f8558da19e1f3e707 # v0.6.0
185
with:
186
187
# ignore all checks if skipping CI
188
ignore_pattern: ".*"
189
0 commit comments