Skip to content

Commit 942633d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88
pull_request:
99
workflow_dispatch:
1010

11-
env:
11+
#env:
1212
# uncomment once the collector has been pushed in the daily workflow
1313
# renovate: datasource=github-releases depName=opentelemetry-collector packageName=open-telemetry/opentelemetry-collector-releases
14-
# OTEL_COLLECTOR_VERSION: v0.132.2
14+
# OTEL_COLLECTOR_VERSION: v0.132.2
1515

1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}

0 commit comments

Comments
 (0)