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/docker-slim.yml"
|
||||||
- "!.github/workflows/lighthouse-badger.yml"
|
- "!.github/workflows/lighthouse-badger.yml"
|
||||||
- "!.github/workflows/prettier.yml"
|
- "!.github/workflows/prettier.yml"
|
||||||
|
- "!lighthouse_results/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
@ -35,6 +36,7 @@ on:
|
||||||
- "!.github/workflows/docker-slim.yml"
|
- "!.github/workflows/docker-slim.yml"
|
||||||
- "!.github/workflows/lighthouse-badger.yml"
|
- "!.github/workflows/lighthouse-badger.yml"
|
||||||
- "!.github/workflows/prettier.yml"
|
- "!.github/workflows/prettier.yml"
|
||||||
|
- "!lighthouse_results/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
link-checker:
|
link-checker:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue