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 725d6e7 commit ad842cbCopy full SHA for ad842cb
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
make -j
41
42
- name: Run the benchmarks
43
- uses: CodSpeedHQ/action@main
+ uses: CodSpeedHQ/action@v4.1.0
44
if: matrix.codspeed-mode != 'off'
45
with:
46
mode: ${{ matrix.codspeed-mode }}
@@ -78,7 +78,7 @@ jobs:
78
bazel build //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }}
79
80
81
82
83
84
0 commit comments