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 492132f commit 20ad46fCopy full SHA for 20ad46f
.github/workflows/link-check-all.yml
@@ -24,7 +24,7 @@ concurrency:
24
25
jobs:
26
check-links:
27
- 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'] }}
28
steps:
29
- name: Checkout
30
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
0 commit comments