[ACS-10101] Reduce cron job execution window (#11151)

This commit is contained in:
MichalKinas
2025-08-28 14:12:38 +02:00
committed by GitHub
parent 9c0313a00c
commit bdeb8a8e51

View File

@@ -1,7 +1,7 @@
name: Pull Translations from Crowdin
on:
schedule:
- cron: "0 0 * * *"
- cron: "0 7-17 * * 1-5"
workflow_dispatch:
jobs:
pull-from-crowdin: