Skip to content

Commit c4b4397

Browse files
authored
chore: fix pr-checker job (#1281)
2 parents f9a9780 + 11fceb8 commit c4b4397

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
push:
2+
pull_request:
33
branches:
44
- "master"
55
- "v*.x"
@@ -15,6 +15,7 @@ jobs:
1515
uses: poseidon/[email protected]
1616
with:
1717
token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}
18+
timeout: 4h
1819
update_network_operator_version:
1920
needs:
2021
- wait_for_ci

0 commit comments

Comments
 (0)