build: only run the periodic build jobs in the syncthing org (#10675)

This commit is contained in:
Jakob Borg
2026-05-01 05:09:14 +00:00
committed by GitHub
parent 774aa11795
commit 1919c89de4
6 changed files with 6 additions and 24 deletions
+1 -1
View File
@@ -8,9 +8,9 @@ on:
jobs:
trigger-nightly:
name: Push to release-nightly to trigger build
if: github.repository_owner == 'syncthing'
runs-on: ubuntu-latest
name: Push to release-nightly to trigger build
steps:
- uses: actions/checkout@v5