Skip to content

Commit 4c8ddd4

Browse files
committed
Change sentinel value, add explanation
1 parent 0f0b28d commit 4c8ddd4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,16 +661,19 @@ jobs:
661661
- cpython3
662662
- python3-libraries
663663
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.
664667
- oss-fuzz-project-name: >-
665668
${{
666669
needs.build-context.outputs.run-ci-fuzz == 'true'
667-
&& 'dummy sentinel 🤪'
670+
&& 'no-exclude'
668671
|| 'cpython3'
669672
}}
670673
- oss-fuzz-project-name: >-
671674
${{
672675
needs.build-context.outputs.run-ci-fuzz-stdlib == 'true'
673-
&& 'dummy sentinel 🤪'
676+
&& 'no-exclude'
674677
|| 'python3-libraries'
675678
}}
676679
uses: ./.github/workflows/reusable-cifuzz.yml

0 commit comments

Comments
 (0)