mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 20:23:12 +00:00
github: change workflow cache clear to weekly
This commit is contained in:
parent
d6a1d05d7a
commit
827ef0eec4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/clear-workflow-cache.yml
vendored
2
.github/workflows/clear-workflow-cache.yml
vendored
|
@ -13,7 +13,7 @@ on:
|
|||
types:
|
||||
- closed
|
||||
schedule:
|
||||
- cron: "0 11 * * *"
|
||||
- cron: "0 11 * * 0"
|
||||
|
||||
jobs:
|
||||
clear-cache:
|
||||
|
|
Loading…
Reference in a new issue