diff --git a/.github/workflows/sync-search-pr.yml b/.github/workflows/sync-search-pr.yml index 625757939b..1c0bd54a8c 100644 --- a/.github/workflows/sync-search-pr.yml +++ b/.github/workflows/sync-search-pr.yml @@ -34,7 +34,7 @@ env: jobs: 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' + if: github.repository == 'github/docs-internal' steps: - name: Check out repo uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0