From 399b464d9de02b04ef8c23c407553a7d9fe4aa29 Mon Sep 17 00:00:00 2001 From: elzik <23397871+elzik@users.noreply.github.com> Date: Sat, 26 Oct 2024 12:26:21 +0100 Subject: [PATCH] Make release dependant on check-release-requirement --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 6779494..df23308 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -116,7 +116,7 @@ jobs: release: runs-on: windows-latest - needs: [build-windows, build-macos] + needs: [build-windows, build-macos, check-release-requirement] if: needs.check-release-requirement.outputs.needs-release == 'true' steps: - uses: actions/checkout@v4