diff --git a/.github/workflows/cflite_batch.yml b/.github/workflows/cflite_batch.yml index 6ce151ff..0051186c 100644 --- a/.github/workflows/cflite_batch.yml +++ b/.github/workflows/cflite_batch.yml @@ -39,9 +39,6 @@ jobs: storage-repo: https://${{ secrets.SWIFTWASM_BOT_GITHUB_TOKEN }}@github.com/swiftwasm/wasmkit-fuzz-corpora.git storage-repo-branch: main storage-repo-branch-coverage: gh-pages - # NOTE: Disable parallel-fuzzing due to https://github.com/google/clusterfuzzlite/issues/142 - # Set to empty string, not false, to avoid https://github.com/google/oss-fuzz/pull/12655 - parallel-fuzzing: '' - name: Upload Sarif if: always() && steps.build.outcome == 'success' uses: github/codeql-action/upload-sarif@v3 diff --git a/.github/workflows/cflite_pr.yml b/.github/workflows/cflite_pr.yml index dee312e8..1af001b5 100644 --- a/.github/workflows/cflite_pr.yml +++ b/.github/workflows/cflite_pr.yml @@ -39,6 +39,3 @@ jobs: storage-repo: https://${{ secrets.SWIFTWASM_BOT_GITHUB_TOKEN }}@github.com/swiftwasm/wasmkit-fuzz-corpora.git storage-repo-branch: main storage-repo-branch-coverage: gh-pages - # NOTE: Disable parallel-fuzzing due to https://github.com/google/clusterfuzzlite/issues/142 - # Set to empty string, not false, to avoid https://github.com/google/oss-fuzz/pull/12655 - parallel-fuzzing: ''