We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cb9c0 commit 1d5a786Copy full SHA for 1d5a786
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: ubuntu-latest
+ runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
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