github: change workflow cache clear to weekly

This commit is contained in:
Clement Tsang 2023-04-02 17:36:51 -04:00 committed by GitHub
parent d6a1d05d7a
commit 827ef0eec4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ on:
types:
- closed
schedule:
- cron: "0 11 * * *"
- cron: "0 11 * * 0"
jobs:
clear-cache: