Skip to content

Commit

Permalink
chore: fix job deps on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
karolsojko committed Oct 18, 2023
1 parent ac353a4 commit fcb6488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

publish:
name: Publish to NPM
needs: [e2e-base]
needs: [e2e-base, e2e-vaults]
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:

publish-docker:
name: Publish to Docker Hub
needs: [e2e-base]
needs: [e2e-base, e2e-vaults]
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
Expand Down

0 comments on commit fcb6488

Please sign in to comment.