We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b69973 commit 02c5e44Copy full SHA for 02c5e44
1 file changed
.github/workflows/create-translation-batch-pr.yml
@@ -11,7 +11,7 @@ name: Create translation Batch Pull Request
11
on:
12
workflow_dispatch:
13
schedule:
14
- - cron: '25 */6 * * *' # Every six hours
+ - cron: '02 17 * * *' # Once a day at 17:02 UTC / 9:02 PST
15
16
permissions:
17
contents: write
0 commit comments