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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user