chore: fix deploy workflow trigger issue
This commit is contained in:
parent
13bd7b8985
commit
97cb4167a5
|
|
@ -7,7 +7,10 @@ on:
|
||||||
types: [completed]
|
types: [completed]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
deploy:
|
||||||
|
# https://github.community/t/workflow-run-success-type-reference/133194
|
||||||
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue