From 6963ab94151d4bbef07c01a7baaa6036913d736c Mon Sep 17 00:00:00 2001 From: Breezebuilder Date: Thu, 13 Mar 2025 00:14:35 +1100 Subject: [PATCH] Disable `update-mod-versions` job on forks --- .github/workflows/update-mod-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-mod-versions.yml b/.github/workflows/update-mod-versions.yml index 57b0b059..7cb1ad74 100644 --- a/.github/workflows/update-mod-versions.yml +++ b/.github/workflows/update-mod-versions.yml @@ -8,7 +8,7 @@ on: jobs: update-versions: runs-on: ubuntu-latest - + if: github.repository == 'skyline69/balatro-mod-index' steps: - name: Checkout repository uses: actions/checkout@v3