We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454f990 commit dc29a5bCopy full SHA for dc29a5b
.github/workflows/benchmark.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Upload Results
47
uses: actions/upload-artifact@v4
48
- if: always()
+ if: success()
49
with:
50
name: mysql-results
51
path: benchmark/BenchmarkDotNet.Artifacts/results/mysql/
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
name: postgresql-results
83
path: benchmark/BenchmarkDotNet.Artifacts/results/postgresql/
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
108
109
name: sqlite-results
110
path: benchmark/BenchmarkDotNet.Artifacts/results/sqlite/
0 commit comments