Skip to content

Commit b91f51b

Browse files
ci: speed up 'ci' workflow by removing unneeded internal dependencies (#3631)
This depedency was originaly added because those jobs were doing actual deploying, now that they simply build artifacts there are no reasons for them to be locked on other jobs
1 parent 385597e commit b91f51b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ jobs:
157157
build-npm-dist:
158158
name: Build 'npmDist' artifact
159159
runs-on: ubuntu-latest
160-
needs: [test, fuzz, lint, integrationTests]
161160
steps:
162161
- name: Checkout repo
163162
uses: actions/checkout@v3
@@ -185,7 +184,6 @@ jobs:
185184
build-deno-dist:
186185
name: Build 'denoDist' artifact
187186
runs-on: ubuntu-latest
188-
needs: [test, fuzz, lint, integrationTests]
189187
steps:
190188
- name: Checkout repo
191189
uses: actions/checkout@v3

0 commit comments

Comments
 (0)