From: Darren Tucker Date: Wed, 17 Feb 2021 07:27:36 +0000 (+1100) Subject: Only run selfhosted tests from selfhosted repo. X-Git-Tag: V_8_5_P1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65380ff7e054be1454e5ab4fd7bb9c66f8fcbaa9;p=thirdparty%2Fopenssh-portable.git Only run selfhosted tests from selfhosted repo. --- diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 835bfb320..4d2e085b9 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -6,6 +6,7 @@ on: jobs: selfhosted: + if: github.repository == 'openssh/openssh-portable-selfhosted' runs-on: ${{ matrix.vm }} env: TARGET_HOST: ${{ matrix.vm }}