We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f585d commit d473151Copy full SHA for d473151
3 files changed
.github/workflows/nightly_bench.yml
@@ -57,3 +57,7 @@ jobs:
57
GITHUB_REF_NAME: ${{ github.ref_name }}
58
BENCH_SOURCE: github-actions
59
run: python3 scripts/upload_to_influx.py
60
+
61
+ - name: Prune Conan cache
62
+ run: |
63
+ conan cache clean --build
.github/workflows/release.yml
@@ -41,3 +41,7 @@ jobs:
41
with:
42
files: build/Release/tradercpp
43
token: ${{ secrets.PAT_RELEASE_20261020 }}
44
45
46
47
.github/workflows/reusable_build.yml
@@ -84,3 +84,7 @@ jobs:
84
-Dsonar.sources=src
85
-Dsonar.tests=tests
86
continue-on-error: true
87
88
89
90
0 commit comments