Skip to content

Commit d782430

Browse files
committed
add publish job
1 parent a632372 commit d782430

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@ name: Publish debian package and docker image
33
on:
44
release:
55
types: [created]
6-
workflow_run:
7-
workflows: [ "Test CI" ]
8-
types:
9-
- completed
106

117
jobs:
128
deploy:
139
runs-on: ubuntu-18.04
14-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
10+
needs: test
1511
steps:
1612
- name: Download 18.04 debian artifact
1713
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)