Skip to content

Commit

Permalink
test17
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Aug 7, 2024
1 parent 36394ff commit 201a65a
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -37,6 +37,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]
if: ${{ needs.build-and-push-arch-specifics.outputs.changed-metas != '[]' }}
with:
rock-metas: ${{ needs.build-and-push-arch-specifics.outputs.rock-metas }}
rock-metas: ${{ needs.build-and-push-arch-specifics.outputs.changed-metas }}
dry-run: ${{ github.event_name != 'push' }}
1 change: 1 addition & 0 deletions 2.1.6/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ parts:
##test14
##test15
##test16
##test17

0 comments on commit 201a65a

Please sign in to comment.