Skip to content

Activate github actions on v1.7.4-est branch PRs #1

Activate github actions on v1.7.4-est branch PRs

Activate github actions on v1.7.4-est branch PRs #1

Workflow file for this run

name: fuzz
on:
pull_request:
branches:
- 'main'
- 'release/**'
- 'v1.7.4-est'
jobs:
smoketest:
runs-on: ubuntu-latest
permissions:
contents: read # for reading the repository code.
steps:
- name: Test suite setup
uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.4.0
with:
go-version: 1.25.x
- name: Smoke test Fuzzers
run: make fuzz-smoketest
env:
SKIP_COSIGN_VERIFICATION: true