Skip to content

Commit 3afd749

Browse files
authored
re-set the time for the crowdin download action cron time (#1697)
* re-set the time for the crowdin download action cron time * offset cron schedule to avoid high load times at the start of hours
1 parent 24f8979 commit 3afd749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/crowdin-download-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
default: "main"
1010
schedule:
11-
- cron: '0 * * * *' # Runs daily at 20:00 UTC (15:00 Central)
11+
- cron: '25 20 * * *' # Runs daily at 20:25 UTC (15:25 Central)
1212

1313
permissions:
1414
contents: write

0 commit comments

Comments
 (0)