Skip to content

Commit

Permalink
disable lighthouse PR check unless relevant changes (mdn#3203)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Schonning <[email protected]>
  • Loading branch information
peterbe and nschonni committed Jun 1, 2021
1 parent 9b444d8 commit 5a28012
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 5a28012

Please sign in to comment.