File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -613,16 +613,16 @@ jobs:
613613 - check-docs
614614 - check-autoconf-regen
615615 - check-generated-files
616+ - build-windows
617+ - build-windows-msi
616618 - build-macos
617619 - build-ubuntu
618620 - build-ubuntu-ssltests
619621 - build-wasi
620- - build-windows
621- - build-windows-msi
622- - cross-build-linux
623622 - test-hypothesis
624623 - build-asan
625624 - build-tsan
625+ - cross-build-linux
626626 - cifuzz
627627 if : always()
628628
@@ -631,10 +631,10 @@ jobs:
631631 uses : re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
632632 with :
633633 allowed-failures : >-
634- build-ubuntu-ssltests,
635634 build-windows-msi,
636- cifuzz ,
635+ build-ubuntu-ssltests ,
637636 test-hypothesis,
637+ cifuzz,
638638 allowed-skips : >-
639639 ${{
640640 !fromJSON(needs.build-context.outputs.run-docs)
@@ -652,9 +652,9 @@ jobs:
652652 build-ubuntu,
653653 build-ubuntu-ssltests,
654654 build-wasi,
655+ test-hypothesis,
655656 build-asan,
656657 build-tsan,
657- test-hypothesis,
658658 cross-build-linux,
659659 '
660660 || ''
You can’t perform that action at this time.
0 commit comments