Skip to content

Commit c2d787d

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

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,12 +12,14 @@ jobs:
1212
with:
1313
oss-fuzz-project-name: cli11
1414
language: c++
15+
dry-run: true
1516
dry-run: true
1617

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

0 commit comments

Comments
 (0)