Skip to content

Commit 2d5e0d2

Browse files
committed
Disable testing in prerelease workflow
1 parent f708236 commit 2d5e0d2

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.github/workflows/alpha-release.yaml

+13-14
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ on:
2424
default: 'rc1'
2525

2626
jobs:
27-
unit-tests:
28-
uses: './.github/workflows/testing-unit.yaml'
29-
secrets: inherit
30-
integration-tests:
31-
uses: './.github/workflows/testing-integration.yaml'
32-
secrets: inherit
33-
dependency-tests:
34-
uses: './.github/workflows/testing-dependency.yaml'
35-
secrets: inherit
27+
# unit-tests:
28+
# uses: './.github/workflows/testing-unit.yaml'
29+
# secrets: inherit
30+
# integration-tests:
31+
# uses: './.github/workflows/testing-integration.yaml'
32+
# secrets: inherit
33+
# dependency-tests:
34+
# uses: './.github/workflows/testing-dependency.yaml'
35+
# secrets: inherit
3636

3737
pypi:
3838
uses: './.github/workflows/publish-to-pypi.yaml'
39-
needs:
40-
- unit-tests
41-
- integration-tests
42-
- dependency-tests
39+
# needs:
40+
# - unit-tests
41+
# - integration-tests
42+
# - dependency-tests
4343
with:
4444
isPrerelease: true
4545
ref: ${{ inputs.ref }}
@@ -49,4 +49,3 @@ jobs:
4949
secrets:
5050
PYPI_USERNAME: __token__
5151
PYPI_PASSWORD: ${{ secrets.PROD_PYPI_PUBLISH_TOKEN }}
52-

0 commit comments

Comments
 (0)