Skip to content

Commit 2139a4a

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +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']
65-
continue-on-error: true
64+
needs: ['path-filter']
6665
environment:
6766
name: Test-PyPI
6867
url: 'https://test.pypi.org/p/labelbox-test'

0 commit comments

Comments
 (0)