Martin Dimitrov f838a3ad1b
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
change to noop action
2026-03-07 13:28:10 -08:00

12 lines
192 B
YAML

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!"