fix workflow
Some checks failed
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 16s

This commit is contained in:
Martin Dimitrov 2024-12-13 20:31:06 -08:00
parent 2c5512386e
commit b16ec87fb5

View File

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