Skip to content

Commit 407847a

Browse files
Apply suggestions from code review
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
1 parent e657f59 commit 407847a

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)