From 533798410e36fc3ce1d51ec9c9a62be43d38dc18 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Sun, 28 Jan 2024 20:02:15 -0300 Subject: [PATCH] Removing lighthouse_results from broken-links trigger --- .github/workflows/broken-links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 280ba80ce09d..36d1d6e42acf 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -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: