Skip to content

Commit 4267406

Browse files
committed
chore: update ci workflows
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 02948bd commit 4267406

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,9 @@ jobs:
662662

663663
package-jetson:
664664
parameters:
665+
enabled:
666+
type: boolean
667+
default: true
665668
torch-build:
666669
type: string
667670
jetpack-version:
@@ -802,6 +805,7 @@ workflows:
802805
branches:
803806
only:
804807
- master
808+
- release/**/*
805809
jobs:
806810
- build-aarch64-pyt-jetson:
807811
torch-build: << pipeline.parameters.torch-jetson-build >>
@@ -875,7 +879,7 @@ workflows:
875879
trt-version-long: << pipeline.parameters.trt-nightly-version-long >>
876880
requires:
877881
- build-x86_64-pyt-nightly
878-
882+
879883
release:
880884
when: << pipeline.parameters.packaging-enabled >>
881885
jobs:

0 commit comments

Comments
 (0)