Skip to content

Commit

Permalink
Update check for empty array
Browse files Browse the repository at this point in the history
  • Loading branch information
fmfernandes committed Mar 23, 2024
1 parent b6a01a0 commit f072d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make-plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

make-release:
runs-on: ubuntu-latest
if: ${{ needs.get-changed-folders.outputs.matrix != '[]' }}
strategy:
matrix:
files: ${{ fromJSON( needs.get-changed-folders.outputs.matrix ) }}
Expand Down

0 comments on commit f072d46

Please sign in to comment.