Skip to content

Commit

Permalink
chore: fix pr-checker job (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
rollandf authored Jan 21, 2025
2 parents f9a9780 + 11fceb8 commit c4b4397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-pr-checker.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on:
push:
pull_request:
branches:
- "master"
- "v*.x"
Expand All @@ -15,6 +15,7 @@ jobs:
uses: poseidon/[email protected]
with:
token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}
timeout: 4h
update_network_operator_version:
needs:
- wait_for_ci
Expand Down

0 comments on commit c4b4397

Please sign in to comment.