diff --git a/.github/workflows/sync-search-pr.yml b/.github/workflows/sync-search-pr.yml index 0e5d3c6111..69007df49e 100644 --- a/.github/workflows/sync-search-pr.yml +++ b/.github/workflows/sync-search-pr.yml @@ -29,7 +29,7 @@ env: ELASTICSEARCH_URL: http://localhost:9200 jobs: - lint: + dryRunElasticsearchIndexes: runs-on: ${{ fromJSON('["ubuntu-latest", "ubuntu-20.04-xl"]')[github.repository == 'github/docs-internal'] }} if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' steps: