build: only run the periodic build jobs in the syncthing org (#10675)
This commit is contained in:
@@ -8,8 +8,9 @@ on:
|
||||
jobs:
|
||||
|
||||
run-recommendation:
|
||||
runs-on: ubuntu-latest
|
||||
name: Check for a recommendation
|
||||
if: github.repository_owner == 'syncthing'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: docker://ghcr.io/calmh/github-org-members:latest
|
||||
|
||||
Reference in New Issue
Block a user