Disable the sync action in forks (#19934)

This commit is contained in:
Chris Ross 2020-03-19 12:34:04 -07:00 committed by GitHub
parent 6301eefbc3
commit 360bee0048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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