Skip to content

Commit

Permalink
Only run links check on main branch merge
Browse files Browse the repository at this point in the history
Right now we are doubling our link checks for PRs against branches
hosted on the main repository. This is likely not helping our 429 issue
with link checking.
  • Loading branch information
MrAlias committed Dec 19, 2024
1 parent 79a6604 commit da904db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/links-fail-fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Links (Fail Fast)

on:
push:
branches:
- main
pull_request:

jobs:
Expand Down

0 comments on commit da904db

Please sign in to comment.