Skip to content

Commit

Permalink
ci: PR checker interval (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
rollandf authored Feb 3, 2025
2 parents 740bcb9 + 59cbbf4 commit f59ca73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-pr-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
uses: poseidon/[email protected]
with:
token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}
timeout: 4h
timeout: 14400
interval: 60
update_network_operator_version:
needs:
- wait_for_ci
Expand All @@ -29,4 +30,4 @@ jobs:
with:
sparse-checkout: .
- run:
gh pr merge $PR_NUMBER
gh pr merge $PR_NUMBER --merge --delete-branch

0 comments on commit f59ca73

Please sign in to comment.