Merge pull request #8239 from radarhere/cifuzz

Temporarily disable cifuzz
This commit is contained in:
Hugo van Kemenade 2024-07-17 07:33:38 +03:00 committed by GitHub
commit 86f4cfbbf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,8 @@ concurrency:
jobs: jobs:
Fuzzing: Fuzzing:
# Disabled until google/oss-fuzz#11419 upgrades Python to 3.9+
if: false
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Build Fuzzers - name: Build Fuzzers