Skip to content

Commit

Permalink
disable lighthouse PR check unless relevant changes (#3203)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Schonning <nschonni@gmail.com>
  • Loading branch information
peterbe and nschonni authored Mar 12, 2021
1 parent bee9ee2 commit 71db11e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Performance

on:
pull_request:
paths:
- client/src/**
- .github/workflows/performance.yml
- package.json
- yarn.lock

jobs:
lighthouse:
Expand Down

0 comments on commit 71db11e

Please sign in to comment.