1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Always use ubuntu-20.04-xl for sync-search-pr (#48536)

This commit is contained in:
Peter Bengtsson
2024-01-03 14:39:57 -05:00
committed by GitHub
parent 2f2aba56ed
commit 9dda847efa

View File

@@ -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