Do not run CIFuzz on selfhosted tree.

We already run it on the regular tree, no need to double up.
This commit is contained in:
Darren Tucker 2022-11-07 14:45:16 +11:00
parent 2138b1c4dd
commit b496b9f831
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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