Run release only when previous step succeeded

This commit is contained in:
ErickSkrauch 2023-12-12 02:37:52 +01:00
parent 4b7f1346f5
commit 3526570dd3
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

@ -10,7 +10,9 @@ on:
- master
jobs:
build:
dockerhub:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps: