Removing lighthouse_results from broken-links trigger
This commit is contained in:
parent
2356aea6e4
commit
533798410e
|
|
@ -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
|
||||
|
|
@ -35,6 +36,7 @@ on:
|
|||
- "!.github/workflows/docker-slim.yml"
|
||||
- "!.github/workflows/lighthouse-badger.yml"
|
||||
- "!.github/workflows/prettier.yml"
|
||||
- "!lighthouse_results/**"
|
||||
|
||||
jobs:
|
||||
link-checker:
|
||||
|
|
|
|||
Loading…
Reference in New Issue