From 7574d44a68fa08e8b07ae25893fc81aa1663b14d Mon Sep 17 00:00:00 2001 From: Cody Brittain <1779662+Generalcamo@users.noreply.github.com> Date: Tue, 24 Feb 2026 14:06:18 -0500 Subject: [PATCH] Prevent update tgs dmapi workflow from running on forks Added condition to prevent workflow from running on forks. 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