mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 19:07:26 +01:00
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:
@@ -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