Skip to content

Commit

Permalink
fix(ci): Only build binaries on release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Oct 22, 2023
1 parent 9787306 commit 6eaac7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
needs: release-please
# Assumption: if release created, tests ran in corresponding PR, so it's safe to not
# `needs` tests here.
# if: needs.release-please.outputs.created
if: needs.release-please.outputs.created

strategy:
matrix:
Expand Down

0 comments on commit 6eaac7b

Please sign in to comment.