From 0564fba80b9acd86a86e4c2797932a71b8836b24 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 11 Mar 2021 14:14:34 -0500 Subject: [PATCH 1/2] disable lighthouse PR check unless relevant changes --- .github/workflows/performance.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 9dfa7469af15..5cabf0906fc1 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -2,6 +2,10 @@ name: Performance on: pull_request: + paths: + - client/src/** + - .github/workflows/performance.yml + - yarn.lock jobs: lighthouse: From 0c8e6ff8768daff1c87646ca2575e79d92b991e2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Fri, 12 Mar 2021 08:45:44 -0500 Subject: [PATCH 2/2] Update .github/workflows/performance.yml Co-authored-by: Nick Schonning --- .github/workflows/performance.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 5cabf0906fc1..6614649667ea 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -5,6 +5,7 @@ on: paths: - client/src/** - .github/workflows/performance.yml + - package.json - yarn.lock jobs: