summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-02-17 18:27:36 +1100
committerDarren Tucker <dtucker@dtucker.net>2021-02-17 18:27:36 +1100
commit65380ff7e054be1454e5ab4fd7bb9c66f8fcbaa9 (patch)
treec29652b9cbcc6ddb9efbb9313af12d2987bc0ca7 /.github
parentf031366535650b88248ed7dbf23033afdf466240 (diff)
Only run selfhosted tests from selfhosted repo.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/selfhosted.yml1
1 files changed, 1 insertions, 0 deletions
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 }}