dependencies happens from workflow_run now
This commit is contained in:
parent
4d1ba5f9e7
commit
88dcfb607b
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: DockerHub
|
||||
name: Publish
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
@ -11,7 +11,6 @@ jobs:
|
||||
publish:
|
||||
name: Publish
|
||||
runs-on: ubuntu-latest
|
||||
needs: [format, test]
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
Loading…
x
Reference in New Issue
Block a user