Skip to content

Commit f43e707

Browse files
committed
Disabled release testing
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent 05f5fca commit f43e707

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
name: release-dists
3333
path: dist/
3434

35-
pre-release-tests:
36-
runs-on: ubuntu-24.04
37-
38-
permissions:
39-
contents: read
40-
41-
steps:
42-
- uses: actions/checkout@v4
43-
- uses: ./.github/workflows/tests.yml
35+
# pre-release-tests:
36+
# runs-on: ubuntu-24.04
37+
#
38+
# permissions:
39+
# contents: read
40+
#
41+
# steps:
42+
# - uses: actions/checkout@v4
43+
# - uses: ./.github/workflows/tests.yml
4444

4545
pypi-publish:
4646
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)