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