1
0
mirror of synced 2026-01-04 09:06:46 -05:00

use regular ubuntu for staging deploys (#23186)

This commit is contained in:
Peter Bengtsson
2021-11-29 17:11:53 -05:00
committed by GitHub
parent 5ab4c12d47
commit 9067d072c3

View File

@@ -262,7 +262,7 @@ jobs:
prepare-for-deploy:
needs: [pr-metadata, check-pr-before-prepare]
if: ${{ needs.check-pr-before-prepare.outputs.pull_request_state == 'open' }}
runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
runs-on: ubuntu-latest
timeout-minutes: 5
# This interrupts Build, Deploy, and pre-write Undeploy workflow runs in
# progress for this PR branch.