Skip to content

Commit 5ab4c12

Browse files
authored
Use self-hosted as tmp workaround for broken prod deploys (github#23183)
1 parent 3cae972 commit 5ab4c12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prod-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
jobs:
2222
build-and-deploy:
2323
if: ${{ github.repository == 'github/docs-internal'}}
24-
runs-on: ubuntu-latest
24+
runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
2525
timeout-minutes: 15
2626
steps:
2727
- name: Check out repo

0 commit comments

Comments
 (0)