Prevent GitHub workflow for daily dotnet build updates from running in forks (#12763)

This commit is contained in:
Christoph Bergmeister [MVP] 2020-05-22 17:54:29 +01:00 committed by GitHub
parent 0e435a5143
commit ea6f6c9ac3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ jobs:
name: Update .NET preview
timeout-minutes: 15
runs-on: windows-latest
if: github.repository == 'PowerShell/PowerShell'
steps:
- name: Checkout
uses: actions/checkout@v2