diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 88303b3a1010..f46907cd2030 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -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 @@ -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: diff --git a/.github/workflows/lighthouse-badger-easy.yml b/.github/workflows/lighthouse-badger-easy.yml index da3c79620341..28d3c8460b37 100644 --- a/.github/workflows/lighthouse-badger-easy.yml +++ b/.github/workflows/lighthouse-badger-easy.yml @@ -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"