Explorar el Código

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

Signed-off-by: Amin Vakil <[email protected]>
Amin Vakil hace 1 mes
padre
commit
a533f453f8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/trigger-nightly.yaml

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

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