Skip to content

Commit

Permalink
ci: speed up 'ci' workflow by removing unneeded internal dependencies
Browse files Browse the repository at this point in the history
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
  • Loading branch information
IvanGoncharov committed Jun 7, 2022
1 parent 385597e commit 86ed045
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ jobs:
build-npm-dist:
name: Build 'npmDist' artifact
runs-on: ubuntu-latest
needs: [test, fuzz, lint, integrationTests]
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -185,7 +184,6 @@ jobs:
build-deno-dist:
name: Build 'denoDist' artifact
runs-on: ubuntu-latest
needs: [test, fuzz, lint, integrationTests]
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 86ed045

Please sign in to comment.