chore: Update Windows profile build workflow to remove unnecessary steps and dependencies

This commit is contained in:
Mauro Balades
2024-07-23 13:44:46 +02:00
parent a946f31b50
commit 1bcd4021dd

View File

@@ -215,7 +215,7 @@ jobs:
uses: ./.github/workflows/linux-alpha-build.yml
permissions:
contents: write
needs: [build-data, windows-step-2] # Windows step 2 in order to avoid cloning all the artifacts again
needs: [build-data] # Windows step 2 in order to avoid cloning all the artifacts again
with:
build-version: ${{ needs.build-data.outputs.version }}
@@ -224,7 +224,7 @@ jobs:
uses: ./.github/workflows/macos-alpha-build.yml
permissions:
contents: write
needs: [build-data, windows-step-2]
needs: [build-data]
with:
build-version: ${{ needs.build-data.outputs.version }}