Sfoglia il codice sorgente

build: trigger nightly build only on syncthing repo (#10375)

Signed-off-by: Amin Vakil <[email protected]>
Amin Vakil 1 mese fa
parent
commit
a533f453f8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/trigger-nightly.yaml

+ 1 - 0
.github/workflows/trigger-nightly.yaml

@@ -8,6 +8,7 @@ on:
 jobs:
 jobs:
 
 
   trigger-nightly:
   trigger-nightly:
+    if: github.repository_owner == 'syncthing'
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     name: Push to release-nightly to trigger build
     name: Push to release-nightly to trigger build
     steps:
     steps: