mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-27 23:26:12 +00:00
chore: Update alpha.yml workflow to remove unnecessary job dependencies
This commit is contained in:
4
.github/workflows/alpha.yml
vendored
4
.github/workflows/alpha.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user