1
0
mirror of synced 2026-01-04 09:06:46 -05:00

Run translation workflow once a day (#23765)

Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com>
This commit is contained in:
Rachael Sewell
2021-12-16 08:56:35 -08:00
committed by GitHub
parent 7b69973f87
commit 02c5e44c4d

View File

@@ -11,7 +11,7 @@ name: Create translation Batch Pull Request
on:
workflow_dispatch:
schedule:
- cron: '25 */6 * * *' # Every six hours
- cron: '02 17 * * *' # Once a day at 17:02 UTC / 9:02 PST
permissions:
contents: write