We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a632372 commit d782430Copy full SHA for d782430
.github/workflows/publish.yml
@@ -3,15 +3,11 @@ name: Publish debian package and docker image
3
on:
4
release:
5
types: [created]
6
- workflow_run:
7
- workflows: [ "Test CI" ]
8
- types:
9
- - completed
10
11
jobs:
12
deploy:
13
runs-on: ubuntu-18.04
14
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ needs: test
15
steps:
16
- name: Download 18.04 debian artifact
17
uses: actions/download-artifact@v2
0 commit comments