From b496b9f831acd1e5bcd875e26e797488beef494a Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 7 Nov 2022 14:45:16 +1100 Subject: [PATCH] Do not run CIFuzz on selfhosted tree. We already run it on the regular tree, no need to double up. --- .github/workflows/cifuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index ea428b824..829e682f8 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