File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -642,13 +642,12 @@ jobs:
642642 "$BUILD_DIR/cross-python/bin/python3" -m test test_sysconfig test_site test_embed
643643
644644 cifuzz :
645- name : CIFuzz
645+ # ${{ '' } is a hack to nest jobs under the same sidebar category.
646+ name : CIFuzz${{ '' }} # zizmor: ignore[obfuscation]
646647 needs : build-context
647648 if : >-
648- (
649- needs.build-context.outputs.run-ci-fuzz == 'true'
650- || needs.build-context.outputs.run-ci-fuzz-stdlib == 'true'
651- )
649+ needs.build-context.outputs.run-ci-fuzz == 'true'
650+ || needs.build-context.outputs.run-ci-fuzz-stdlib == 'true'
652651 permissions :
653652 security-events : write
654653 strategy :
@@ -665,13 +664,13 @@ jobs:
665664 - oss-fuzz-project-name : >-
666665 ${{
667666 needs.build-context.outputs.run-ci-fuzz == 'true'
668- && ''
667+ && 'dummy sentinel 🤪 '
669668 || 'cpython3'
670669 }}
671670 - oss-fuzz-project-name : >-
672671 ${{
673672 needs.build-context.outputs.run-ci-fuzz-stdlib == 'true'
674- && ''
673+ && 'dummy sentinel 🤪 '
675674 || 'python3-libraries'
676675 }}
677676 uses : ./.github/workflows/reusable-cifuzz.yml
You can’t perform that action at this time.
0 commit comments