File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 23
23
id : filter
24
24
with :
25
25
# Should be kept in sync with the filter in the PR Reporter workflow
26
+ predicate-quantifier : ' every'
26
27
filters : |
27
- jsChanged: '**/src/**/*.js'
28
+ jsChanged:
29
+ - '**/src/**/*.js'
30
+ - '!devtools/src/devtools.js'
28
31
29
32
compressed_size :
30
33
name : Compressed Size
Original file line number Diff line number Diff line change 28
28
base : ${{ github.event.workflow_run.pull_requests[0].base.sha }}
29
29
ref : ${{ github.event.workflow_run.pull_requests[0].head.sha }}
30
30
# Should be kept in sync with the filter in the CI workflow
31
+ predicate-quantifier : ' every'
31
32
filters : |
32
- jsChanged: '**/src/**/*.js'
33
+ jsChanged:
34
+ - '**/src/**/*.js'
35
+ - '!devtools/src/devtools.js'
33
36
34
37
report_running :
35
38
name : Report benchmarks are in-progress
You can’t perform that action at this time.
0 commit comments