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 f987c9c commit b7ba517Copy full SHA for b7ba517
.github/workflows/benchmark.yml
@@ -1,6 +1,6 @@
1
name: OpenTelemetry-cpp benchmarks
2
on:
3
- push:
+ pull_request:
4
branches:
5
- main
6
@@ -48,7 +48,7 @@ jobs:
48
runs-on: ubuntu-latest
49
steps:
50
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51
- - uses: actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578 # v4.2.1
+ - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # main March 2025
52
with:
53
name: benchmark_results
54
path: benchmarks
0 commit comments