Skip to content

Commit a4c8522

Browse files
committed
try a single job
1 parent f8a6ea7 commit a4c8522

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed
Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99
name: Publish Python Package and Docker Image
1010

1111
on:
12-
push:
13-
branches:
14-
- release/*
15-
- bugfix/*
16-
- hotfix/*
17-
- develop
1812
release:
1913
types: [published]
2014

@@ -57,17 +51,17 @@ jobs:
5751
# user: __token__
5852
# password: ${{ secrets.PYPI_API_TOKEN }}
5953

60-
docker_image:
61-
needs: [upload_pypi]
62-
runs-on: ubuntu-latest
63-
steps:
64-
- name: Checkout Workspace
65-
uses: actions/checkout@v2
66-
67-
- uses: actions/download-artifact@v2
68-
with:
69-
name: netfoundry-pypi-${{ github.run_id }}
70-
path: dist/
54+
# docker_image:
55+
# needs: [upload_pypi]
56+
# runs-on: ubuntu-latest
57+
# steps:
58+
# - name: Checkout Workspace
59+
# uses: actions/checkout@v2
60+
61+
# - uses: actions/download-artifact@v2
62+
# with:
63+
# name: netfoundry-pypi-${{ github.run_id }}
64+
# path: dist/
7165

7266
- name: Set up QEMU
7367
uses: docker/setup-qemu-action@master

0 commit comments

Comments
 (0)