From 65a1aa9cb323f16deb5bdba47eece997d60d0e41 Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Tue, 5 May 2020 11:14:04 +0200 Subject: [PATCH] Only create snapshots when action is ran from main repo (#3152) --- .github/workflows/ci-snapshot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index 8c1536a6e0..e2d8f38cdc 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -8,6 +8,7 @@ on: jobs: create-installer: runs-on: ubuntu-18.04 + if: github.repository == 'racket/racket' steps: - uses: actions/checkout@v2