Skip to content

Commit f59ca73

Browse files
authored
ci: PR checker interval (#1315)
2 parents 740bcb9 + 59cbbf4 commit f59ca73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-pr-checker.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
uses: poseidon/[email protected]
1616
with:
1717
token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}
18-
timeout: 4h
18+
timeout: 14400
19+
interval: 60
1920
update_network_operator_version:
2021
needs:
2122
- wait_for_ci
@@ -29,4 +30,4 @@ jobs:
2930
with:
3031
sparse-checkout: .
3132
- run:
32-
gh pr merge $PR_NUMBER
33+
gh pr merge $PR_NUMBER --merge --delete-branch

0 commit comments

Comments
 (0)