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

View File

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