Skip to content

Commit 1d5a786

Browse files
authored
revert to self-hosted runners (github#23189)
1 parent 92cb9c0 commit 1d5a786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/staging-deploy-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
prepare-for-deploy:
263263
needs: [pr-metadata, check-pr-before-prepare]
264264
if: ${{ needs.check-pr-before-prepare.outputs.pull_request_state == 'open' }}
265-
runs-on: ubuntu-latest
265+
runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
266266
timeout-minutes: 5
267267
# This interrupts Build, Deploy, and pre-write Undeploy workflow runs in
268268
# progress for this PR branch.

0 commit comments

Comments
 (0)