chromart-gitea-actions/.gitea/workflows/reload-act-runner.yaml
Martin Dimitrov f38768166a
Some checks failed
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 6s
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 3s
Reload Act Runner Stack to clear cache for workflows / notify (push) Has been skipped
fix diff
2026-03-06 12:44:14 -08:00

31 lines
824 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:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
files: .gitea/**
secrets:
token: ${{ github.token }}
deploy-gitainer:
needs: diff
if: ${{ needs.diff.outputs.is_changed == 'true' }}
uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
with:
stack_name: gitea_act_runner
notify:
needs: diff
if: ${{ needs.diff.outputs.is_changed == 'false' }}
uses: martin/chromart-gitea-actions/.gitea/workflows/apprise-notify.yaml@main
with:
title: Skipped deploy on chromart-gitea-actions
message: No changes to deploy