1
0
mirror of synced 2026-01-03 15:05:54 -05:00

Restrict workflow to docs-internal (#23489)

Closes https://github.com/github/docs-engineering/issues/1340
This commit is contained in:
Marcelo Jacobus
2021-12-08 14:13:46 -03:00
committed by GitHub
parent 62feb1c626
commit 39d07cb977

View File

@@ -16,6 +16,7 @@ on:
jobs:
create-translation-batch:
name: Create translation batch
if: github.repository == 'github/docs-internal'
runs-on: ubuntu-latest
# A sync's average run time is ~3.2 hours.
# This sets a maximum execution time of 300 minutes (5 hours) to prevent the workflow from running longer than necessary.