Skip to content

Commit

Permalink
fix: don't run Baler on PRs
Browse files Browse the repository at this point in the history
It ends up being run as status checks even if I configure the GitHub
status checks to require only the Markdown linter. I can't find a
solution so fuck it, let's just skip this check on pull requests.
  • Loading branch information
mhucka committed Dec 22, 2023
1 parent 4fb7070 commit 168f4eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bad-link-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ on:
schedule:
# Syntax is: "minute hour day-of-month month day-of-week"
- cron: "00 04 * * *"
pull_request:
paths: ['**.md']
push:
branches:
- main
paths:
- .github/workflows/bad-link-reporter.yml
- .github/workflows/ignored-urls.txt
Expand Down

0 comments on commit 168f4eb

Please sign in to comment.