From: Darren Tucker Date: Mon, 7 Nov 2022 03:45:16 +0000 (+1100) Subject: Do not run CIFuzz on selfhosted tree. X-Git-Tag: V_9_2_P1~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b496b9f831acd1e5bcd875e26e797488beef494a;p=thirdparty%2Fopenssh-portable.git Do not run CIFuzz on selfhosted tree. We already run it on the regular tree, no need to double up. --- 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