Always use ubuntu-20.04-xl for sync-search-pr (#48536)
This commit is contained in:
2
.github/workflows/sync-search-pr.yml
vendored
2
.github/workflows/sync-search-pr.yml
vendored
@@ -33,7 +33,7 @@ env:
|
||||
|
||||
jobs:
|
||||
dryRunElasticsearchIndexes:
|
||||
runs-on: ${{ fromJSON('["ubuntu-latest", "ubuntu-20.04-xl"]')[github.repository == 'github/docs-internal'] }}
|
||||
runs-on: ubuntu-20.04-xl
|
||||
if: github.repository == 'github/docs-internal'
|
||||
steps:
|
||||
- name: Check out repo
|
||||
|
||||
Reference in New Issue
Block a user