Skip to content

Commit

Permalink
chore(root): fix name on other dependant jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoazh committed Jan 3, 2025
1 parent b20268a commit 0ac0e8a
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 @@ -68,7 +68,7 @@ jobs:
test:
name: Test project on mac and linux
runs-on: ${{ matrix.os }}
needs: [cache-and-install, build]
needs: [install-and-cache, build]

strategy:
matrix:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
publish:
name: NPM publish
runs-on: linux-latest
needs: [cache-and-install, build, test]
needs: [install-and-cache, build, test]
if: ${{ github.ref == 'refs/heads/master'}}

steps:
Expand Down

0 comments on commit 0ac0e8a

Please sign in to comment.