Skip to content

Commit dc0d22f

Browse files
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>
1 parent 3ce46b9 commit dc0d22f

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: '33 18 * * *' # every day at 18:33 UTC at least until automerge is working
14+
- cron: '25 */6 * * *' # Every six hours
1515

1616
jobs:
1717
create-translation-batch:

0 commit comments

Comments
 (0)