We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd5a42 commit 84d967aCopy full SHA for 84d967a
.github/workflows/RunBenchmark.yml
@@ -1,6 +1,7 @@
1
name: Run benchmark
2
on:
3
workflow_dispatch:
4
+ repository_disatch:
5
6
concurrency:
7
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/master' || github.sha }}
@@ -35,11 +36,11 @@ env:
35
36
jobs:
37
run-benchmark:
38
name: Regression Tests all solutions
- runs-on: self-hosted
39
env:
40
CC: gcc-10
41
CXX: g++-10
42
GEN: ninja
43
+ runs-on: self-hosted
44
steps:
45
- uses: actions/checkout@v3
46
with:
0 commit comments