From 2f06d34056a3bca770ad6c770311b60ab5b2c614 Mon Sep 17 00:00:00 2001 From: AYA Date: Tue, 6 Aug 2024 14:56:20 +0200 Subject: [PATCH] set dry-run to true --- .github/workflows/cifuzz.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index d5a325cbf965e1..32a1230ca558b6 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -17,6 +17,7 @@ jobs: with: oss-fuzz-project-name: 'connectedhomeip' language: c++ + dry-run: true - name: Run Fuzzers uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master with: @@ -24,6 +25,7 @@ jobs: language: c++ fuzz-seconds: 300 output-sarif: true + dry-run: true - name: Upload Crash uses: actions/upload-artifact@v3 if: failure() && steps.build.outcome == 'success'