CI: Update files twice a week

Instead of every day. Try to save some space.
This commit is contained in:
Kaboom 2024-06-03 23:42:42 +03:00 committed by GitHub
parent 0f4a7f7e94
commit 49cb2f335e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,8 @@ on:
branches:
- master
schedule:
- cron: "0 18 * * *"
- cron: "0 18 * * MON,THU"
workflow_dispatch:
permissions:
contents: write