diff --git a/.github/workflows/cflite_build.yml b/.github/workflows/cflite_build.yml deleted file mode 100644 index cfb3721a0e2..00000000000 --- a/.github/workflows/cflite_build.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -# vi: ts=2 sw=2 et: -# SPDX-License-Identifier: LGPL-2.1-or-later -# -name: ClusterFuzzLite continuous builds -on: - push: - branches: - - main - - v[0-9]+-stable - -permissions: read-all - -jobs: - Build: - runs-on: ubuntu-latest - if: github.repository != 'systemd/systemd' - concurrency: - group: ${{ github.workflow }}-${{ matrix.sanitizer }}-${{ github.ref }} - cancel-in-progress: true - strategy: - fail-fast: false - matrix: - sanitizer: [address, undefined, memory] - steps: - - name: Build Fuzzers (${{ matrix.sanitizer }}) - id: build - uses: google/clusterfuzzlite/actions/build_fuzzers@41dccd0566905e2a7d1724e7883edbfa66d78877 - with: - sanitizer: ${{ matrix.sanitizer }} - upload-build: true