chromart-gitea-actions/.gitea/workflows/reload-act-runner.yaml
Martin Dimitrov 62b353d5f6
All checks were successful
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 1m23s
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Successful in 4s
seperate validate runner reload
2026-03-07 11:39:19 -08:00

22 lines
548 B
YAML

name: Reload Act Runner Stack to clear cache for workflows
on:
push:
branches: [main]
jobs:
diff:
uses: martin/chromart-gitea-actions/.gitea/workflows/diff-output.yaml@main
with:
files: .gitea/**
deploy-gitainer:
needs: diff
if: ${{ needs.diff.outputs.is_changed == 'true' }}
continue-on-error: true
uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
with:
stack_name: gitea_act_runner
# use this because this action kills the runner
delayed_silent: true