Skip to content

Commit 880e553

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

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,14 @@ jobs:
735735
|| ''
736736
}}
737737
${{ !fromJSON(needs.build-context.outputs.run-windows-tests) && 'build-windows,' || '' }}
738-
${{ !fromJSON(needs.build-context.outputs.run-ci-fuzz) && 'cifuzz,' || '' }}
739-
${{ !fromJSON(needs.build-context.outputs.run-ci-fuzz-stdlib) && 'cifuzz,' || '' }}
738+
${{
739+
(
740+
!fromJSON(needs.build-context.outputs.run-ci-fuzz)
741+
&& !fromJSON(needs.build-context.outputs.run-ci-fuzz-stdlib)
742+
)
743+
&& 'cifuzz,' ||
744+
''
745+
}}
740746
${{ !fromJSON(needs.build-context.outputs.run-macos) && 'build-macos,' || '' }}
741747
${{
742748
!fromJSON(needs.build-context.outputs.run-ubuntu)

0 commit comments

Comments
 (0)