Skip to content

Commit

Permalink
Removing lighthouse_results from broken-links trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
george-gca authored Jan 28, 2024
1 parent 2356aea commit 5337984
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
- "!.github/workflows/docker-slim.yml"
- "!.github/workflows/lighthouse-badger.yml"
- "!.github/workflows/prettier.yml"
- "!lighthouse_results/**"
pull_request:
branches:
- master
Expand All @@ -35,6 +36,7 @@ on:
- "!.github/workflows/docker-slim.yml"
- "!.github/workflows/lighthouse-badger.yml"
- "!.github/workflows/prettier.yml"
- "!lighthouse_results/**"

jobs:
link-checker:
Expand Down

0 comments on commit 5337984

Please sign in to comment.