18 lines
389 B
YAML
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"
|
|
|