Skip to content

Commit

Permalink
build-multiarch-manifest should run without tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Aug 4, 2023
1 parent e7f3263 commit c509813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
${{ matrix.ARCH }}"
build-multiarch-manifest:
if: inputs.build_type == 'branch'
needs: [build, test, compute-matrix]
needs: [build, compute-matrix]
strategy:
matrix: ${{ fromJSON(needs.compute-matrix.outputs.MATRIX) }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit c509813

Please sign in to comment.