Skip to content

Commit

Permalink
Update .github/workflows/master.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Di Pierro <[email protected]>
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra and FedeDP authored Oct 31, 2024
1 parent b06c376 commit 49837b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# version: ${{ needs.fetch-version.outputs.version }}

publish-dev-packages:
needs: [fetch-version, build-dev-packages-arm64]
needs: [fetch-version, test-dev-packages, build-dev-packages-arm64]
uses: ./.github/workflows/reusable_publish_packages.yaml
with:
bucket_suffix: '-dev'
Expand Down

0 comments on commit 49837b7

Please sign in to comment.