From 7eda59fb9c2fcea58e6b864a9e013b2dadc291cc Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sun, 21 Jul 2024 09:58:51 +0200 Subject: [PATCH] chore: Update workflow to include 'windows-step-2' as a dependency --- .github/workflows/alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index aeb864bf6..7f7d7781a 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -199,7 +199,7 @@ jobs: uses: ./.github/workflows/windows-alpha-build.yml permissions: contents: write - needs: [build-data] + needs: [build-data, windows-step-2] with: build-version: ${{ needs.build-data.outputs.version }} generate-gpo: false