Skip to content

Commit

Permalink
ci: PR checker interval
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Rolland <[email protected]>
  • Loading branch information
rollandf committed Feb 2, 2025
1 parent 044a67f commit d84b486
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 d84b486

Please sign in to comment.