Skip to content

Commit

Permalink
Make publish workflow depend on tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Nowak <[email protected]>
  • Loading branch information
rynowak committed Dec 31, 2024
1 parent 90c1a91 commit 4956889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: yarn run test:all
publish:
runs-on: ubuntu-latest
needs: build
needs: [build, test]
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 4956889

Please sign in to comment.