Skip to content

Commit d00d149

Browse files
authored
fix(ci): narrow down load test trigger on PRs to specific file paths (#91)
1 parent a1fc6dc commit d00d149

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: PR
22
on:
33
pull_request:
4+
paths:
5+
- 'package[-lock].json'
6+
- '.github/workflows/**'
7+
- 'expf.config.json'
8+
- 'packages/**'
9+
- 'servers/**'
10+
- 'perf/load/**'
411
workflow_call:
512

613
jobs:

0 commit comments

Comments
 (0)