Skip to content

Commit b5d38ba

Browse files
committed
run the sign-ngc-precompiled-job only during scheduled CI jobs
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 20e86a9 commit b5d38ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.nvidia-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,9 @@ sign:ngc-precompiled-ubuntu22.04:
491491
PRECOMPILED: "true"
492492
needs:
493493
- release:ngc-precompiled-ubuntu22.04
494+
rules:
495+
# Only run NGC release job on scheduled pipelines
496+
- if: $CI_PIPELINE_SOURCE == "schedule"
494497

495498
sign:ngc-ubuntu-rhel-rhcos:
496499
extends:

0 commit comments

Comments
 (0)