From e7767bb88a2926cf1a535610bc708d5a9e978e82 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Fri, 10 May 2024 17:31:12 +0200 Subject: [PATCH] chore: Update alpha.yml workflow to remove unnecessary job dependencies --- .github/workflows/alpha.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 89c4a6bd1..5022d893f 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -216,7 +216,7 @@ jobs: windows: runs-on: ubuntu-latest - needs: [build-data, linux, check-release] + needs: [build-data, check-release] steps: - name: Install Node.js and pnpm @@ -336,7 +336,7 @@ jobs: permissions: contents: write runs-on: ubuntu-latest - needs: [build-data, linux] + needs: [build-data] steps: - name: Install Node.js