Only run selfhosted tests from selfhosted repo.

This commit is contained in:
Darren Tucker 2021-02-17 18:27:36 +11:00
parent f031366535
commit 65380ff7e0
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
jobs:
selfhosted:
if: github.repository == 'openssh/openssh-portable-selfhosted'
runs-on: ${{ matrix.vm }}
env:
TARGET_HOST: ${{ matrix.vm }}