Skip to content

Commit

Permalink
misc - Schedule workflow empty fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Nov 9, 2023
1 parent 007ae74 commit 23ac26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_download_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: luxtorpeda-dev/action-check-download-status@v1
create_tickets:
runs-on: ubuntu-latest
if: ${{ needs.check_status.outputs.matrix != '[]' }}
if: ${{ needs.check_status.outputs.matrix && needs.check_status.outputs.matrix != '[]' && needs.check_status.outputs.matrix != '' }}
needs: check_status
strategy:
matrix: ${{fromJson(needs.check_status.outputs.matrix)}}
Expand Down

0 comments on commit 23ac26f

Please sign in to comment.