Skip to content

Commit 2f06d34

Browse files
committed
set dry-run to true
1 parent ef46e6c commit 2f06d34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cifuzz.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ jobs:
1717
with:
1818
oss-fuzz-project-name: 'connectedhomeip'
1919
language: c++
20+
dry-run: true
2021
- name: Run Fuzzers
2122
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
2223
with:
2324
oss-fuzz-project-name: 'connectedhomeip'
2425
language: c++
2526
fuzz-seconds: 300
2627
output-sarif: true
28+
dry-run: true
2729
- name: Upload Crash
2830
uses: actions/upload-artifact@v3
2931
if: failure() && steps.build.outcome == 'success'

0 commit comments

Comments
 (0)