We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2b298 commit c18d115Copy full SHA for c18d115
.github/workflows/openapi-schema-check.yml
@@ -24,6 +24,7 @@ on:
24
- 'script/rest/**/*.json'
25
- 'package*.json'
26
- 'lib/redirects/static/**/*.json'
27
+ - '.github/workflows/openapi-schema-check.yml'
28
29
permissions:
30
contents: read
@@ -36,7 +37,7 @@ concurrency:
36
37
jobs:
38
check-schema-versions:
39
if: ${{ github.repository == 'github/docs-internal' }}
- runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
40
+ runs-on: ubuntu-20.04-xl
41
steps:
42
- name: Checkout repository code
43
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
0 commit comments