Skip to content

Commit 9067d07

Browse files
author
Peter Bengtsson
authored
use regular ubuntu for staging deploys (#23186)
1 parent 5ab4c12 commit 9067d07

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: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
265+
runs-on: ubuntu-latest
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)