Skip to content

Commit b8cdc30

Browse files
author
TheodorNEngoy
committed
ci(cifuzz): keep dry-run until google/oss-fuzz#14131 merges
1 parent 59a0bc2 commit b8cdc30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cifuzz.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ jobs:
1212
with:
1313
oss-fuzz-project-name: cli11
1414
language: c++
15+
dry-run: true
1516

1617
- name: Run Fuzzers (dry run)
1718
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
1819
with:
1920
oss-fuzz-project-name: cli11
2021
language: c++
2122
fuzz-seconds: 600
23+
dry-run: true

0 commit comments

Comments
 (0)