Skip to content

Commit 39b5870

Browse files
replace action with template
1 parent 70e764f commit 39b5870

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/touchstone-receive.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Continuous Benchmarks (Receive)
2+
3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.head_ref }}
5+
cancel-in-progress: true
6+
27
on: pull_request
8+
39
jobs:
410
prepare:
511
runs-on: ubuntu-latest
@@ -9,7 +15,7 @@ jobs:
915
- name: Checkout repo
1016
uses: actions/checkout@v2
1117
with:
12-
fetch-depth: 0
18+
fetch-depth: 0
1319

1420
- id: read_touchstone_config
1521
run: |
@@ -36,6 +42,6 @@ jobs:
3642
- uses: lorenzwalthert/touchstone/actions/receive@main
3743
with:
3844
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 }}

0 commit comments

Comments
 (0)