Skip to content

Commit c18d115

Browse files
authored
run on ubuntu-2004-xl in openapi dev mode check (github#28580)
* run on ubuntu-20.04-xl in 'OpenAPI dev mode check' * self-check also
1 parent 2e2b298 commit c18d115

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/openapi-schema-check.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ on:
2424
- 'script/rest/**/*.json'
2525
- 'package*.json'
2626
- 'lib/redirects/static/**/*.json'
27+
- '.github/workflows/openapi-schema-check.yml'
2728

2829
permissions:
2930
contents: read
@@ -36,7 +37,7 @@ concurrency:
3637
jobs:
3738
check-schema-versions:
3839
if: ${{ github.repository == 'github/docs-internal' }}
39-
runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
40+
runs-on: ubuntu-20.04-xl
4041
steps:
4142
- name: Checkout repository code
4243
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748

0 commit comments

Comments
 (0)