From d006317b0e5ead2cf9e3e0355209f7ac3e8250c6 Mon Sep 17 00:00:00 2001 From: Greg King Date: Thu, 17 Feb 2022 00:30:31 -0500 Subject: [PATCH] Made the snapshot-on-push Github action run on only the upstream repository. --- .github/workflows/snapshot-on-push-master.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/snapshot-on-push-master.yml b/.github/workflows/snapshot-on-push-master.yml index 914094567..fb4b3aa13 100644 --- a/.github/workflows/snapshot-on-push-master.yml +++ b/.github/workflows/snapshot-on-push-master.yml @@ -10,6 +10,7 @@ concurrency: jobs: build_windows: name: Build (Windows) + if: github.repository == 'cc65/cc65' runs-on: windows-latest steps: @@ -30,6 +31,7 @@ jobs: build_linux: name: Build, Test, and Snapshot (Linux) + if: github.repository == 'cc65/cc65' runs-on: ubuntu-latest steps: