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>
This commit is contained in:
Cody Brittain
2026-02-26 13:38:45 -05:00
committed by GitHub
parent 3d0a989e97
commit cc2fec87a7
+1
View File
@@ -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