name: CIFuzz on: workflow_call: permissions: contents: read jobs: Fuzzing: runs-on: ubuntu-latest steps: - name: Skip fuzzing on LTS branch # Fuzzing CI is disabled on this LTS branch because the oss-fuzz # integration was updated on main to use Go native fuzzing, which is # incompatible with this branch. Since oss-fuzz has no versioned # releases, there is no older stable version to pin to. Fuzzing # continues to run on the main branch. run: true