|
|
@ -3,7 +3,7 @@ name: Clear expensive caches to prevent unbounded growth |
|
|
|
on: |
|
|
|
on: |
|
|
|
schedule: |
|
|
|
schedule: |
|
|
|
# Run every 4 months at 10 AM UTC (2 AM PDT) |
|
|
|
# Run every 4 months at 10 AM UTC (2 AM PDT) |
|
|
|
- cron: 0 10 1 */4 * |
|
|
|
- cron: 0 10 5 */4 * |
|
|
|
|
|
|
|
|
|
|
|
# manual |
|
|
|
# manual |
|
|
|
workflow_dispatch: |
|
|
|
workflow_dispatch: |
|
|
@ -31,5 +31,5 @@ jobs: |
|
|
|
- name: Create an empty cache with a single file |
|
|
|
- name: Create an empty cache with a single file |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
rm -rf .repository-cache |
|
|
|
rm -rf .repository-cache |
|
|
|
mkdir -p .repository-cache' |
|
|
|
mkdir -p .repository-cache |
|
|
|
touch .repository-cache/reset_file |
|
|
|
touch .repository-cache/reset_file |
|
|
|