Skip to content

Commit 86ed045

Browse files
committed
ci: speed up 'ci' workflow by removing unneeded internal dependencies
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 86ed045

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
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)