Some checks are pending
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Waiting to run
14 lines
302 B
YAML
14 lines
302 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
|
|
|