diff --git a/.github/workflows/link-checker-pr.yml b/.github/workflows/link-checker-pr.yml index 4ea60d0..cae6c41 100644 --- a/.github/workflows/link-checker-pr.yml +++ b/.github/workflows/link-checker-pr.yml @@ -19,6 +19,7 @@ jobs: linkChecker: runs-on: ubuntu-latest needs: changedFiles + if: ${{ needs.changedFiles.outputs.files != '' && toJSON(fromJSON(needs.changedFiles.outputs.files)) != '[]' }} strategy: matrix: file: ${{ fromJSON(needs.changedFiles.outputs.files) }}