1
0
mirror of https://gitea.com/actions/cache.git synced 2025-02-23 20:20:44 +07:00
This commit is contained in:
Deepak Dahiya 2022-11-14 05:55:57 +00:00
parent b65f98495c
commit a90fbffdad

View File

@ -236,8 +236,7 @@ We can not re-use caches from pull request branches in other branches like main,
``` ```
name: cleanup-caches name: cleanup-caches
on: on:
schedule: workflow_dispatch
- cron: '0 */3 * * *'
jobs: jobs:
release: release: