Update cron schedule so builds only run every three days
All checks were successful
Build container image / Build and push image (push) Successful in 27m58s

This commit is contained in:
2025-11-13 21:36:01 +09:00
parent d35c6f88ba
commit 011fa92cdb

View File

@@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
schedule: schedule:
- cron: "05 10 * * *" # 10:05am UTC everyday - cron: "05 4 */3 * *" # 4:05am every three days.
push: push:
branches: branches:
- main - main