mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 18:36:43 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user