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 865d3b4 commit c9e6cc9Copy full SHA for c9e6cc9
.github/workflows/build.yml
@@ -654,13 +654,19 @@ jobs:
654
build_ubuntu,
655
build_ubuntu_ssltests,
656
build_wasi,
657
- build_windows,
658
build_asan,
659
build_tsan,
660
test_hypothesis,
661
'
662
|| ''
663
}}
+ ${{
664
+ !fromJSON(needs.build-context.outputs.run-windows-tests)
665
+ && '
666
+ build_windows,
667
+ '
668
+ || ''
669
+ }}
670
${{
671
!fromJSON(needs.build-context.outputs.run-ci-fuzz)
672
&& '
0 commit comments