Only create snapshots when action is ran from main repo (#3152)

This commit is contained in:
Paulo Matos 2020-05-05 11:14:04 +02:00 committed by GitHub
parent f57aa0b90f
commit 65a1aa9cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ on:
jobs:
create-installer:
runs-on: ubuntu-18.04
if: github.repository == 'racket/racket'
steps:
- uses: actions/checkout@v2