always succeed this workflow
This commit is contained in:
parent
8aa19535fb
commit
c825039295
@ -6,8 +6,16 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-gitainer:
|
deploy-gitainer:
|
||||||
|
- 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
|
continue-on-error: true
|
||||||
uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
|
uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
|
||||||
with:
|
with:
|
||||||
stack_name: gitea_act_runner
|
workflow-status: ${{ steps.check-step.outcome }}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user