Trigger branch merge at 9pm instead of midnight

This commit is contained in:
Dylan T.
2025-09-17 01:59:39 +01:00
committed by GitHub
parent 40a1a29f0d
commit f46fc18c57

View File

@@ -6,7 +6,7 @@ name: Trigger branch sync
on: on:
schedule: schedule:
- cron: "0 0 * * *" #once per day so we don't spam merge commits on busy days - cron: "0 21 * * *" #once per day so we don't spam merge commits on busy days
workflow_dispatch: #for testing workflow_dispatch: #for testing
jobs: jobs: