Skip to content

Commit 0173d8b

Browse files
author
Val Brodsky
committed
Switch to depend on path-filter, not build
1 parent d260847 commit 0173d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
test-pypi:
6262
runs-on: ubuntu-latest
6363
if: github.event_name == 'push' && github.ref == 'refs/heads/develop'
64-
needs: ['build']
64+
needs: ['path-filter']
6565
continue-on-error: true
6666
environment:
6767
name: Test-PyPI

0 commit comments

Comments
 (0)