We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39614f commit 9e242eaCopy full SHA for 9e242ea
.github/workflows/test.yml
@@ -23,9 +23,9 @@ concurrency:
23
24
jobs:
25
test:
26
- # Run on self-hosted if the private repo or ubuntu-latest if the public repo
+ # Run on ubuntu-20.04-xl if the private repo or ubuntu-latest if the public repo
27
# See pull # 17442 in the private repo for context
28
- runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
+ runs-on: ${{ fromJSON('["ubuntu-latest", "ubuntu-20.04-xl"]')[github.repository == 'github/docs-internal'] }}
29
timeout-minutes: 60
30
strategy:
31
fail-fast: false
0 commit comments