build: only run the periodic build jobs in the syncthing org (#10675)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user