From 06f919145c791ef28746e58b8c4b0c8fe6f1cbf6 Mon Sep 17 00:00:00 2001 From: Chris H Date: Wed, 29 Nov 2023 14:26:27 -0500 Subject: [PATCH] Disable snapshots on forks (#4244) * Update snapshots-android.yml * Update snapshots-pc.yml --- .github/workflows/snapshots-android.yml | 2 +- .github/workflows/snapshots-pc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snapshots-android.yml b/.github/workflows/snapshots-android.yml index 7c15afc6b53..32e905897dc 100644 --- a/.github/workflows/snapshots-android.yml +++ b/.github/workflows/snapshots-android.yml @@ -15,7 +15,7 @@ on: jobs: build: - + if: github.repository_owner == 'Card-Forge' runs-on: ubuntu-latest permissions: contents: write diff --git a/.github/workflows/snapshots-pc.yml b/.github/workflows/snapshots-pc.yml index 0d2e54b3fe1..8d317fa8f39 100644 --- a/.github/workflows/snapshots-pc.yml +++ b/.github/workflows/snapshots-pc.yml @@ -14,7 +14,7 @@ on: jobs: build: - + if: github.repository_owner == 'Card-Forge' runs-on: ubuntu-latest permissions: contents: write