From dc0d22fa84c845cb01f13d5b9560177c938a2d15 Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Mon, 13 Dec 2021 14:48:23 -0300 Subject: [PATCH] Run workflow every six hours (#23585) * Run cronjob every six hours * fix: run translation batch PRs on the 25th minute Resolves CI failure in https://github.com/github/docs-internal/runs/4490412418?check_suite_focus=true#step:10:97 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 791999bf03..4d6943ce64 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: '33 18 * * *' # every day at 18:33 UTC at least until automerge is working + - cron: '25 */6 * * *' # Every six hours jobs: create-translation-batch: