From e46c90de07b195699693d37acbd67dc9ed3a2d04 Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Mon, 8 Mar 2021 10:19:33 -0800 Subject: [PATCH] Only sync with site-policy repo from docs-internal (#18132) --- .github/workflows/site-policy-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site-policy-sync.yml b/.github/workflows/site-policy-sync.yml index 3b76939af7..d7c168b18a 100644 --- a/.github/workflows/site-policy-sync.yml +++ b/.github/workflows/site-policy-sync.yml @@ -18,7 +18,7 @@ on: jobs: # This workflow contains a single job called "build" copy-file: - if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' + if: github.repository == 'github/docs-internal' # The type of runner that the job will run on runs-on: ubuntu-latest