chromart-gitea-actions/.gitea/workflows/reload-act-runner.yaml
Martin Dimitrov 22c3bf0d84
Some checks failed
Reload Act Runner Stack to clear cache for workflows / success (push) Waiting to run
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 25s
add timeout
2024-12-13 20:13:03 -08:00

18 lines
389 B
YAML

name: Reload Act Runner Stack to clear cache for workflows
on:
push:
branches: [main]
jobs:
deploy-gitainer:
continue-on-error: true
timeout-minutes: 0.2
uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
with:
stack_name: gitea_act_runner
success:
steps:
- name: Echo
run: echo "Reloaded gitea act runner"