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
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:
parent
5d39a55dd0
commit
f838a3ad1b
11
.gitea/workflows/noop.yaml
Normal file
11
.gitea/workflows/noop.yaml
Normal 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!"
|
||||
@ -49,6 +49,4 @@ jobs:
|
||||
runs-on: runner-secondary
|
||||
steps:
|
||||
- name: Force actions cache pull
|
||||
uses: https://gitea.chromart.cc/martin/chromart-gitea-actions/.gitea/workflows/diff-output.yaml@main
|
||||
with:
|
||||
files: 'nonexistent-file-to-force-cache-pull'
|
||||
uses: martin/chromart-gitea-actions/.gitea/workflows/noop.yaml@main
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user