From 02c5e44c4de386dbe0d590b2e4cbc2857a6d41d9 Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Thu, 16 Dec 2021 08:56:35 -0800 Subject: [PATCH] Run translation workflow once a day (#23765) Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com> --- .github/workflows/create-translation-batch-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-translation-batch-pr.yml b/.github/workflows/create-translation-batch-pr.yml index c18a2d19d3..06a5b990e7 100644 --- a/.github/workflows/create-translation-batch-pr.yml +++ b/.github/workflows/create-translation-batch-pr.yml @@ -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