Skip to content

Commit 02c5e44

Browse files
Run translation workflow once a day (#23765)
Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com>
1 parent 7b69973 commit 02c5e44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-translation-batch-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Create translation Batch Pull Request
1111
on:
1212
workflow_dispatch:
1313
schedule:
14-
- cron: '25 */6 * * *' # Every six hours
14+
- cron: '02 17 * * *' # Once a day at 17:02 UTC / 9:02 PST
1515

1616
permissions:
1717
contents: write

0 commit comments

Comments
 (0)