Skip to content

Commit 4d8765c

Browse files
author
Val Brodsky
committed
Updates for testing
1 parent f03f9b2 commit 4d8765c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
5252
build:
5353
needs: ['path-filter', 'get_sdk_versions']
54-
if: ${{ needs.path-filter.outputs.labelbox == 'true' }}
54+
if: false
55+
# if: ${{ needs.path-filter.outputs.labelbox == 'true' }}
5556
strategy:
5657
fail-fast: false
5758
matrix:
@@ -85,6 +86,7 @@ jobs:
8586
test-env: 'staging'
8687
secrets: inherit
8788
test-pypi:
89+
if: false
8890
runs-on: ubuntu-latest
8991
needs: ['path-filter']
9092
continue-on-error: true
@@ -117,6 +119,7 @@ jobs:
117119
packages-dir: dist/
118120
repository-url: https://test.pypi.org/legacy/
119121
test-container:
122+
if: false
120123
runs-on: ubuntu-latest
121124
needs: ['path-filter']
122125
continue-on-error: true

0 commit comments

Comments
 (0)