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:
parent
2138b1c4dd
commit
b496b9f831
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue