Skip to content

Commit

Permalink
Create an issue from lychee result
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Apr 14, 2022
1 parent d2bf05d commit 0c4fac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c4fac9

Please sign in to comment.