Skip to content

Commit d260847

Browse files
author
Val Brodsky
committed
Build test-py-pi for a dev merge even if tests fail
1 parent 4171bec commit d260847

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060
secrets: inherit
6161
test-pypi:
6262
runs-on: ubuntu-latest
63+
if: github.event_name == 'push' && github.ref == 'refs/heads/develop'
6364
needs: ['build']
65+
continue-on-error: true
6466
environment:
6567
name: Test-PyPI
6668
url: 'https://test.pypi.org/p/labelbox-test'

0 commit comments

Comments
 (0)