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 e748cb9 commit 53aede2Copy full SHA for 53aede2
.github/workflows/build.yml
@@ -9,8 +9,9 @@ on:
9
workflow_dispatch:
10
11
env:
12
+ # uncomment once the collector has been pushed in the daily workflow
13
# renovate: datasource=github-releases depName=opentelemetry-collector packageName=open-telemetry/opentelemetry-collector-releases
- OTEL_COLLECTOR_VERSION: v0.132.2
14
+# OTEL_COLLECTOR_VERSION: v0.132.2
15
16
concurrency:
17
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
0 commit comments