Skip to content

Commit aecfbce

Browse files
author
Val Brodsky
committed
test e2e
1 parent e165662 commit aecfbce

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
echo "sdk_versions=$sdk_versions" >> $GITHUB_OUTPUT
5454
build:
5555
needs: ['path-filter', 'get_sdk_versions']
56-
if: false
57-
# if: ${{ needs.path-filter.outputs.labelbox == 'true' }}
56+
if: ${{ needs.path-filter.outputs.labelbox == 'true' }}
5857
strategy:
5958
fail-fast: false
6059
matrix:
@@ -88,7 +87,6 @@ jobs:
8887
test-env: 'staging'
8988
secrets: inherit
9089
test-pypi:
91-
if: false
9290
runs-on: ubuntu-latest
9391
needs: ['path-filter']
9492
continue-on-error: true
@@ -121,7 +119,6 @@ jobs:
121119
packages-dir: dist/
122120
repository-url: https://test.pypi.org/legacy/
123121
test-container:
124-
if: false
125122
runs-on: ubuntu-latest
126123
needs: ['path-filter']
127124
continue-on-error: true

0 commit comments

Comments
 (0)