fix(workflows): update cron schedule for weekly security rebuild and nightly promotion

This commit is contained in:
GitHub Actions
2026-03-01 13:14:25 +00:00
parent 2204b7bd35
commit 739104e029
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ name: Weekly Security Rebuild
on:
schedule:
- cron: '0 2 * * 0' # Sundays at 02:00 UTC
- cron: '0 12 * * 2' # Tuesdays at 12:00 UTC
workflow_dispatch:
inputs:
force_rebuild: