We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab4c12 commit 9067d07Copy full SHA for 9067d07
1 file changed
.github/workflows/staging-deploy-pr.yml
@@ -262,7 +262,7 @@ jobs:
262
prepare-for-deploy:
263
needs: [pr-metadata, check-pr-before-prepare]
264
if: ${{ needs.check-pr-before-prepare.outputs.pull_request_state == 'open' }}
265
- runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
+ runs-on: ubuntu-latest
266
timeout-minutes: 5
267
# This interrupts Build, Deploy, and pre-write Undeploy workflow runs in
268
# progress for this PR branch.
0 commit comments