Skip to content

Commit 13b4ca5

Browse files
authored
ci: Only run build-test-publish-wheel workflow if env var set (#1047)
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent f182460 commit 13b4ca5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-publish-wheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ defaults:
2727
jobs:
2828
build-test-publish-wheel:
2929
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@v0.33.0
30+
if: ${{ vars.BUILD_TEST_PUBLISH_WHEEL == 'true' }}
3031
with:
3132
dry-run: true
3233
python-package: nemo_rl

0 commit comments

Comments
 (0)