File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Continuous Benchmarks (Receive)
2
+
3
+ concurrency :
4
+ group : ${{ github.workflow }}-${{ github.head_ref }}
5
+ cancel-in-progress : true
6
+
2
7
on : pull_request
8
+
3
9
jobs :
4
10
prepare :
5
11
runs-on : ubuntu-latest
9
15
- name : Checkout repo
10
16
uses : actions/checkout@v2
11
17
with :
12
- fetch-depth : 0
18
+ fetch-depth : 0
13
19
14
20
- id : read_touchstone_config
15
21
run : |
36
42
- uses : lorenzwalthert/touchstone/actions/receive@main
37
43
with :
38
44
cache-version : 1
39
- benchmarking_repo : ${{matrix.config.benchmarking_repo}}
40
- benchmarking_ref : ${{matrix.config.benchmarking_ref}}
41
- benchmarking_path : ${{matrix.config.benchmarking_path}}
45
+ benchmarking_repo : ${{ matrix.config.benchmarking_repo }}
46
+ benchmarking_ref : ${{ matrix.config.benchmarking_ref }}
47
+ benchmarking_path : ${{ matrix.config.benchmarking_path }}
You can’t perform that action at this time.
0 commit comments