1
0
mirror of synced 2026-01-05 21:04:17 -05:00

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>
This commit is contained in:
Marcelo Jacobus
2021-12-13 14:48:23 -03:00
committed by GitHub
parent 3ce46b9172
commit dc0d22fa84

View File

@@ -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: