Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
run on ubuntu-2004-xl in openapi dev mode check (#28580)
* run on ubuntu-20.04-xl in 'OpenAPI dev mode check'

* self-check also
  • Loading branch information
peterbe authored Jun 28, 2022
commit c18d115f6d7782d778db93c1421e6aaf04bcd3aa
3 changes: 2 additions & 1 deletion .github/workflows/openapi-schema-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
- 'script/rest/**/*.json'
- 'package*.json'
- 'lib/redirects/static/**/*.json'
- '.github/workflows/openapi-schema-check.yml'

permissions:
contents: read
Expand All @@ -36,7 +37,7 @@ concurrency:
jobs:
check-schema-versions:
if: ${{ github.repository == 'github/docs-internal' }}
runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
runs-on: ubuntu-20.04-xl
steps:
- name: Checkout repository code
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
Expand Down