diff --git a/ci/build.yml b/ci/build.yml index 27234aef49..2ba9ac27e5 100644 --- a/ci/build.yml +++ b/ci/build.yml @@ -71,7 +71,6 @@ jobs: - template: report-end.yml - job: macOS - condition: false dependsOn: - da_ghc_lib - check_for_release @@ -313,7 +312,6 @@ jobs: - template: report-end.yml - job: compatibility_macos - condition: false dependsOn: - da_ghc_lib - check_for_release @@ -542,8 +540,10 @@ jobs: # # release only run on releases and is skipped otherwise. if [[ "$(Linux.status)" != "Succeeded" + || "$(macOS.status)" != "Succeeded" || "$(Windows.status)" != "Succeeded" || "$(compatibility_linux.status)" != "Succeeded" + || "$(compatibility_macos.status)" != "Succeeded" || "$(compatibility_windows.status)" != "Succeeded" || "$(release.status)" == "Canceled" ]]; then exit 1