always success
Some checks failed
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 3s

This commit is contained in:
Martin Dimitrov 2024-12-13 20:40:49 -08:00
parent a4f5bc35d1
commit eddbcaffdc
2 changed files with 11 additions and 14 deletions

View File

@ -11,5 +11,13 @@ jobs:
deploy-gitainer:
runs-on: ubuntu-22.04
steps:
- name: Check status step
id: check-step
if: success()
run: echo "Workflow successful"
- name: Call Gitainer stack webhooks
continue-on-error: true
run: curl --request POST http://192.168.1.150:9080/api/stacks/${{ inputs.stack_name }}?pretty &
with:
workflow-status: ${{ steps.check-step.outcome }}

View File

@ -6,17 +6,6 @@ on:
jobs:
deploy-gitainer:
runs-on: ubuntu-22.04
steps:
- name: Check status step
id: check-step
if: success()
run: echo "Workflow successful"
- name: Reload Gitea Act Runner - Gitainer
continue-on-error: true
if: always()
uses: https://gitea.chromart.cc/martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
with:
workflow-status: ${{ steps.check-step.outcome }}
stack_name: gitea_act_runner