diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 71107c4ae..d8cca916a 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -20,9 +20,9 @@ jobs: - name: Create Issue From File uses: peter-evans/create-issue-from-file@v2 - if: | - github.event_name == 'schedule' || - ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) + # if: | + # github.event_name == 'schedule' || + # ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) with: title: Link Checker Report content-filepath: ./lychee/out.md