mirror of
https://github.com/elyby/chrly.git
synced 2026-05-02 04:03:37 +05:30
Run release only when previous step succeeded
This commit is contained in:
@@ -10,7 +10,9 @@ on:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
dockerhub:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user