From 360bee0048236c8d3e12639a14435f8e7b4abf6b Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Thu, 19 Mar 2020 12:34:04 -0700 Subject: [PATCH] Disable the sync action in forks (#19934) --- .github/workflows/runtime-sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/runtime-sync.yml b/.github/workflows/runtime-sync.yml index 8ebda97d21..b7cd3e4c31 100644 --- a/.github/workflows/runtime-sync.yml +++ b/.github/workflows/runtime-sync.yml @@ -10,6 +10,8 @@ on: jobs: compare_repos: + # Comment out this line to test the scripts in a fork + if: github.repository == 'dotnet/aspnetcore' name: Compare the shared code in the AspNetCore and Runtime repos and notify if they're out of sync. runs-on: windows-latest steps: