always succeed this workflow
This commit is contained in:
parent
8aa19535fb
commit
c825039295
@ -6,8 +6,16 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy-gitainer:
|
||||
continue-on-error: true
|
||||
uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
|
||||
with:
|
||||
stack_name: gitea_act_runner
|
||||
- name: Check status step
|
||||
id: check-step
|
||||
if: success()
|
||||
shell: bash
|
||||
run: |
|
||||
echo "Workflow successful"
|
||||
|
||||
- name: Reload Gitea Act Runner - Gitainer
|
||||
if: always()
|
||||
continue-on-error: true
|
||||
uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
|
||||
with:
|
||||
workflow-status: ${{ steps.check-step.outcome }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user