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 53aede2 commit 942633dCopy full SHA for 942633d
.github/workflows/build.yml
@@ -8,10 +8,10 @@ on:
8
pull_request:
9
workflow_dispatch:
10
11
-env:
+#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
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