Skip to content

Commit

Permalink
Added lighthouse action and its results to be ignored by broken-links…
Browse files Browse the repository at this point in the history
… action

Signed-off-by: George Araújo <[email protected]>
  • Loading branch information
george-gca committed Jan 19, 2024
1 parent db204a6 commit 6477dfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ on:
- "!.github/workflows/deploy-docker-tag.yml"
- "!.github/workflows/deploy-image.yml"
- "!.github/workflows/docker-slim.yml"
- "!.github/workflows/lighthouse-badger-easy.yml"
- "!.github/workflows/prettier.yml"
- "!lighthouse_results/**"
pull_request:
branches:
- master
Expand All @@ -32,7 +34,9 @@ on:
- "!.github/workflows/deploy-docker-tag.yml"
- "!.github/workflows/deploy-image.yml"
- "!.github/workflows/docker-slim.yml"
- "!.github/workflows/lighthouse-badger-easy.yml"
- "!.github/workflows/prettier.yml"
- "!lighthouse_results/**"

jobs:
link-checker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse-badger-easy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: "Lighthouse Badger Easy"
# INPUTS as environmental variables (env) for not manually triggered workflows
env:
URLS: https://george-gca.github.io/multi-language-al-folio/
TOKEN_NAME: LIGHTHOUSE_BADGER_TOKEN_SECRET
TOKEN_NAME: LIGHTHOUSE_BADGER_TOKEN_SECRET # name of the secret that contains the token
# If any of the following env is blank, a default value is used instead
REPO_BRANCH: # target repository & branch e.g. 'dummy/mytargetrepo main'
MOBILE_LIGHTHOUSE_PARAMS: "--only-categories=performance,accessibility,best-practices,seo --throttling.cpuSlowdownMultiplier=2"
Expand Down

0 comments on commit 6477dfe

Please sign in to comment.