зеркало из https://github.com/github/docs.git
Use self-hosted as tmp workaround for broken prod deploys (#23183)
This commit is contained in:
Родитель
3cae972349
Коммит
5ab4c12d47
|
@ -21,7 +21,7 @@ concurrency:
|
|||
jobs:
|
||||
build-and-deploy:
|
||||
if: ${{ github.repository == 'github/docs-internal'}}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
- name: Check out repo
|
||||
|
|
Загрузка…
Ссылка в новой задаче