Skip to content

Commit d3d8e21

Browse files
authored
try not to start status checks too early
1 parent 10f39d2 commit d3d8e21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/status-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
with:
1616
token: ${{ secrets.GITHUB_TOKEN }}
1717
match_pattern: "CI*"
18+
interval: 30s
19+
delay: 120s

0 commit comments

Comments
 (0)