mirror of
https://github.com/elyby/chrly.git
synced 2024-11-22 21:23:17 +05:30
Run release only when previous step succeeded
This commit is contained in:
parent
4b7f1346f5
commit
3526570dd3
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -10,7 +10,9 @@ on:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
dockerhub:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user