Skip to content

Commit

Permalink
fix: go_push needs
Browse files Browse the repository at this point in the history
  • Loading branch information
m8vago committed Dec 4, 2024
1 parent 37755f0 commit 3d3afac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/product_builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ jobs:
defaults:
run:
working-directory: ${{ env.GOLANG_WORKING_DIRECTORY }}
needs: [gather_changes]
needs: [gather_changes, go_build]
if: |
always() &&
(github.ref_name == 'develop' || github.ref_name == 'main' || github.ref_type == 'tag') &&
Expand Down

0 comments on commit 3d3afac

Please sign in to comment.