[openssh-commits] [openssh] 01/03: Only run selfhosted tests from selfhosted repo.

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Feb 17 20:51:01 AEDT 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 65380ff7e054be1454e5ab4fd7bb9c66f8fcbaa9
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Feb 17 18:27:36 2021 +1100

    Only run selfhosted tests from selfhosted repo.
---
 .github/workflows/selfhosted.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 835bfb32..4d2e085b 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 }}

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list