dependencies happens from workflow_run now

This commit is contained in:
Shish 2021-12-13 01:06:46 +00:00
parent 4d1ba5f9e7
commit 88dcfb607b
1 changed files with 1 additions and 2 deletions

View File

@ -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