Skip to content

Commit 53aede2

Browse files
committed
disable collector to let daily workflow push first
1 parent e748cb9 commit 53aede2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ on:
99
workflow_dispatch:
1010

1111
env:
12+
# uncomment once the collector has been pushed in the daily workflow
1213
# renovate: datasource=github-releases depName=opentelemetry-collector packageName=open-telemetry/opentelemetry-collector-releases
13-
OTEL_COLLECTOR_VERSION: v0.132.2
14+
# OTEL_COLLECTOR_VERSION: v0.132.2
1415

1516
concurrency:
1617
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}

0 commit comments

Comments
 (0)