Skip to content

Commit

Permalink
remove error for empty matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaGuerra committed Jun 30, 2023
1 parent ce38026 commit 6811d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-oci-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
# Create signatures of the plugin artifacts as OCI artifacts
sign-oci-artifacts:
needs: [ publish-oci-artifacts ]

runs-on: ubuntu-latest

if: ${{ needs.publish-oci-artifacts.outputs.matrix != '[]' }}
strategy:
matrix:
value: ${{ fromJson(needs.publish-oci-artifacts.outputs.matrix) }}
Expand Down

0 comments on commit 6811d57

Please sign in to comment.