File tree 2 files changed +18
-8
lines changed
2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Continuous Benchmarks (Comment)
2
2
3
- # read-write repo token
4
- # access to secrets
3
+ concurrency :
4
+ group : ${{ github.workflow }}-${{ github.head_ref }}
5
+ cancel-in-progress : true
6
+
5
7
on :
6
8
workflow_run :
7
9
workflows : ["Continuous Benchmarks (Receive)"]
15
17
${{ github.event.workflow_run.event == 'pull_request' &&
16
18
github.event.workflow_run.conclusion == 'success' }}
17
19
steps :
18
- - uses : lorenzwalthert/touchstone/actions/comment@main
20
+ - uses : lorenzwalthert/touchstone/actions/comment@add-pat
21
+ with :
22
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
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 : |
33
39
RSPM : ${{ matrix.config.rspm }}
34
40
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
35
41
steps :
36
- - uses : lorenzwalthert/touchstone/actions/receive@main
42
+ - uses : lorenzwalthert/touchstone/actions/receive@add-pat
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