Skip to content

Commit

Permalink
Merge pull request #24 from canonical/story/KU-1195/update-workflow-a…
Browse files Browse the repository at this point in the history
…fter-changes

Update pull_request.yaml after KU-1195
  • Loading branch information
maci3jka authored Aug 16, 2024
2 parents 81b3980 + 03638d0 commit 3370593
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
name: Combine Rocks and Push Multiarch Manifest
uses: canonical/k8s-workflows/.github/workflows/assemble_multiarch_image.yaml@main
needs: [build-and-push-arch-specifics, run-tests, scan-images]
if: ${{ needs.build-and-push-arch-specifics.outputs.changed-rock-metas != '[]' }}
with:
rock-metas: ${{ needs.build-and-push-arch-specifics.outputs.rock-metas }}
rock-metas: ${{ needs.build-and-push-arch-specifics.outputs.changed-rock-metas }}
dry-run: ${{ github.event_name != 'push' }}

0 comments on commit 3370593

Please sign in to comment.