We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0b28d commit 4c8ddd4Copy full SHA for 4c8ddd4
1 file changed
.github/workflows/build.yml
@@ -661,16 +661,19 @@ jobs:
661
- cpython3
662
- python3-libraries
663
exclude:
664
+ # Note that the 'no-exclude' sentinel below is to prevent
665
+ # an empty string value from excluding all jobs and causing
666
+ # GHA to create a 'default' matrix entry with all empty values.
667
- oss-fuzz-project-name: >-
668
${{
669
needs.build-context.outputs.run-ci-fuzz == 'true'
- && 'dummy sentinel 🤪'
670
+ && 'no-exclude'
671
|| 'cpython3'
672
}}
673
674
675
needs.build-context.outputs.run-ci-fuzz-stdlib == 'true'
676
677
|| 'python3-libraries'
678
679
uses: ./.github/workflows/reusable-cifuzz.yml
0 commit comments