From cc2fec87a7870979d1a67380bfdb13e1b77ae7fc Mon Sep 17 00:00:00 2001 From: Cody Brittain <1779662+Generalcamo@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:38:45 -0500 Subject: [PATCH] Prevent update tgs dmapi workflow from running on forks (#21926) NUFC Discovered this being an issue when I checked our pulse, and noticed this running on _every single fork._ Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com> --- .github/workflows/update_tgs_dmapi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_tgs_dmapi.yml b/.github/workflows/update_tgs_dmapi.yml index 943df0f0da0..206ffcbd6c4 100644 --- a/.github/workflows/update_tgs_dmapi.yml +++ b/.github/workflows/update_tgs_dmapi.yml @@ -8,6 +8,7 @@ on: jobs: update-dmapi: runs-on: ubuntu-24.04 + if: github.repository == 'Aurorastation/Aurora.3' # to prevent this running on forks name: Update the TGS DMAPI steps: - name: Clone