From be4765dedbd1019c3097550ce08a85cb7dbfe267 Mon Sep 17 00:00:00 2001 From: Oliver Koenig Date: Fri, 8 Nov 2024 10:29:09 +0100 Subject: [PATCH 1/2] chore: Bump version Signed-off-by: Oliver Koenig --- .github/workflows/build-test-publish-wheel.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test-publish-wheel.yml b/.github/workflows/build-test-publish-wheel.yml index da940a94b638..55f9af532a55 100644 --- a/.github/workflows/build-test-publish-wheel.yml +++ b/.github/workflows/build-test-publish-wheel.yml @@ -15,6 +15,7 @@ name: Build, test, and publish a PyPi wheel (to testpypi) on: + pull_request: push: branches: - main @@ -26,7 +27,7 @@ defaults: jobs: build-test-publish-wheel: - uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@v0.7.0 + uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@ko3n1g/fix/make-secret-optional with: image-name: nemo_container dockerfile: Dockerfile.ci From 7a54cbd03ab02c1adca2f6833bd41bf1152c0216 Mon Sep 17 00:00:00 2001 From: Oliver Koenig Date: Fri, 8 Nov 2024 10:34:26 +0100 Subject: [PATCH 2/2] bump Signed-off-by: Oliver Koenig --- .github/workflows/build-test-publish-wheel.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-test-publish-wheel.yml b/.github/workflows/build-test-publish-wheel.yml index 55f9af532a55..1b3c057b4512 100644 --- a/.github/workflows/build-test-publish-wheel.yml +++ b/.github/workflows/build-test-publish-wheel.yml @@ -15,7 +15,6 @@ name: Build, test, and publish a PyPi wheel (to testpypi) on: - pull_request: push: branches: - main @@ -27,7 +26,7 @@ defaults: jobs: build-test-publish-wheel: - uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@ko3n1g/fix/make-secret-optional + uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@v0.9.1 with: image-name: nemo_container dockerfile: Dockerfile.ci