We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cae972 commit 5ab4c12Copy full SHA for 5ab4c12
1 file changed
.github/workflows/prod-build-deploy.yml
@@ -21,7 +21,7 @@ concurrency:
21
jobs:
22
build-and-deploy:
23
if: ${{ github.repository == 'github/docs-internal'}}
24
- runs-on: ubuntu-latest
+ runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
25
timeout-minutes: 15
26
steps:
27
- name: Check out repo
0 commit comments