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
@@ -19,7 +19,7 @@ permissions:
jobs:
docker-syncthing:
name: Build and push Docker images
if: github.repository == 'syncthing/syncthing'
if: github.repository_owner == 'syncthing'
runs-on: ubuntu-latest
environment: docker
strategy: