Enable scheduled action (every Sunday)
All checks were successful
Build container image / Build and push image (push) Successful in 6m29s

This commit is contained in:
2025-12-15 16:30:57 +09:00
parent 0cd1c39632
commit 8f67c67749

View File

@@ -4,8 +4,8 @@ on:
pull_request:
branches:
- main
#schedule:
# - cron: "05 4 */7 * *" # 4:05am every three days.
schedule:
- cron: "05 4 * * 0" # 4:05am every Sunday.
push:
branches:
- main