Change cron schedule to run weekly on all days

This commit is contained in:
2026-02-11 09:42:23 +07:00
committed by GitHub
parent 3dee8988d0
commit 1f59682b94
+1 -1
View File
@@ -5,7 +5,7 @@ on:
branches:
- master
schedule:
- cron: '0 0 * * 1'
- cron: '0 0 * * *'
permissions:
contents: write