From 9ce295dfd776610f296842cae841d837a12a5512 Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Mon, 26 Aug 2024 15:35:21 -0700 Subject: [PATCH] Make test-container use the same logic as test-pypi --- .github/workflows/python-package-develop.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-package-develop.yml b/.github/workflows/python-package-develop.yml index 4f9330a03..ee303c091 100644 --- a/.github/workflows/python-package-develop.yml +++ b/.github/workflows/python-package-develop.yml @@ -92,7 +92,8 @@ jobs: repository-url: https://test.pypi.org/legacy/ test-container: runs-on: ubuntu-latest - needs: ['build'] + needs: ['path-filter'] + continue-on-error: true permissions: # IMPORTANT: this permission is mandatory for trusted publishing packages: write