File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ on: # yamllint disable-line rule:truthy
2121 description : Whether to run the Android tests
2222 value : ${{ jobs.compute-changes.outputs.run-android }} # bool
2323 run-ci-fuzz :
24- description : Whether to run the CIFuzz job
24+ description : Whether to run the CIFuzz job for 'cpython' fuzzer
25+ value : ${{ jobs.compute-changes.outputs.run-ci-fuzz }} # bool
26+ run-ci-fuzz-libraries :
27+ description : Whether to run the CIFuzz job for 'python3-libraries' fuzzer
2528 value : ${{ jobs.compute-changes.outputs.run-ci-fuzz }} # bool
2629 run-docs :
2730 description : Whether to build the docs
5659 outputs :
5760 run-android : ${{ steps.changes.outputs.run-android }}
5861 run-ci-fuzz : ${{ steps.changes.outputs.run-ci-fuzz }}
62+ run-ci-fuzz-libraries : ${{ steps.changes.outputs.run-ci-fuzz-libraries }}
5963 run-docs : ${{ steps.changes.outputs.run-docs }}
6064 run-ios : ${{ steps.changes.outputs.run-ios }}
6165 run-macos : ${{ steps.changes.outputs.run-macos }}
You can’t perform that action at this time.
0 commit comments