summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-11-07 14:45:16 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-11-07 14:45:37 +1100
commitb496b9f831acd1e5bcd875e26e797488beef494a (patch)
tree9d5b684c13ca80cc15197e9b7825dc2dbad1f34a /.github
parent2138b1c4ddb300129a41a5104627b0d561184c7b (diff)
downloadopenssh-git-b496b9f831acd1e5bcd875e26e797488beef494a.tar.gz
Do not run CIFuzz on selfhosted tree.
We already run it on the regular tree, no need to double up.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cifuzz.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index ea428b82..829e682f 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -5,9 +5,9 @@ on:
pull_request:
paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
-
jobs:
Fuzzing:
+ if: github.repository != 'openssh/openssh-portable-selfhosted'
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers