chromart-gitea-actions/.gitea/workflows/reload-act-runner.yaml
Martin Dimitrov b16ec87fb5
Some checks failed
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 16s
fix workflow
2024-12-13 20:31:06 -08:00

22 lines
574 B
YAML

name: Reload Act Runner Stack to clear cache for workflows
on:
push:
branches: [main]
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: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
with:
workflow-status: ${{ steps.check-step.outcome }}
stack_name: gitea_act_runner