change to noop action
Some checks failed
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 31s
Reload Act Runner Stack to clear cache for workflows / reload-primary (push) Successful in 6s
Reload Act Runner Stack to clear cache for workflows / reload-secondary (push) Successful in 5s
Reload Act Runner Stack to clear cache for workflows / wait-for-secondary-death (push) Successful in 32s
Reload Act Runner Stack to clear cache for workflows / pull-cache-secondary (push) Failing after 2s

This commit is contained in:
Martin Dimitrov 2026-03-07 13:28:10 -08:00
parent 5d39a55dd0
commit f838a3ad1b
2 changed files with 12 additions and 3 deletions

View File

@ -0,0 +1,11 @@
name: No-Op Cache Pull
on:
workflow_call:
jobs:
noop:
runs-on: ubuntu-latest
steps:
- name: Force actions cache pull
run: echo "Successfully pulled actions cache!"

View File

@ -49,6 +49,4 @@ jobs:
runs-on: runner-secondary runs-on: runner-secondary
steps: steps:
- name: Force actions cache pull - name: Force actions cache pull
uses: https://gitea.chromart.cc/martin/chromart-gitea-actions/.gitea/workflows/diff-output.yaml@main uses: martin/chromart-gitea-actions/.gitea/workflows/noop.yaml@main
with:
files: 'nonexistent-file-to-force-cache-pull'