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>
This commit is contained in:
Cody Brittain
2026-02-24 14:06:18 -05:00
committed by GitHub
parent 7af95ebcc9
commit 7574d44a68
+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