Skip to content

Commit 84d967a

Browse files
committed
update the workflow
1 parent 2bd5a42 commit 84d967a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/RunBenchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Run benchmark
22
on:
33
workflow_dispatch:
4+
repository_disatch:
45

56
concurrency:
67
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/master' || github.sha }}
@@ -35,11 +36,11 @@ env:
3536
jobs:
3637
run-benchmark:
3738
name: Regression Tests all solutions
38-
runs-on: self-hosted
3939
env:
4040
CC: gcc-10
4141
CXX: g++-10
4242
GEN: ninja
43+
runs-on: self-hosted
4344
steps:
4445
- uses: actions/checkout@v3
4546
with:

0 commit comments

Comments
 (0)