Skip to content

Commit d7c8759

Browse files
authored
Make test-container use the same logic as test-pypi (#1779)
1 parent 8a783be commit d7c8759

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package-develop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
repository-url: https://test.pypi.org/legacy/
9393
test-container:
9494
runs-on: ubuntu-latest
95-
needs: ['build']
95+
needs: ['path-filter']
96+
continue-on-error: true
9697
permissions:
9798
# IMPORTANT: this permission is mandatory for trusted publishing
9899
packages: write

0 commit comments

Comments
 (0)