From 71db11eb1acf802dafda87afdcf49df5cfd41164 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Fri, 12 Mar 2021 09:12:27 -0500 Subject: [PATCH] disable lighthouse PR check unless relevant changes (#3203) Co-authored-by: Nick Schonning --- .github/workflows/performance.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 9dfa7469af15..6614649667ea 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -2,6 +2,11 @@ name: Performance on: pull_request: + paths: + - client/src/** + - .github/workflows/performance.yml + - package.json + - yarn.lock jobs: lighthouse: