Skip to content

Commit

Permalink
Run full build when manifests change
Browse files Browse the repository at this point in the history
This is the second attempt to get this fixed.

Fixes open-telemetry#85

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling committed Mar 22, 2022
1 parent 5fb23d0 commit 74abb47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches: [main]
paths:
- ".goreleaser.yaml"
- "./distributions/otelcol/manifest.yaml"
- "./distributions/otelcol-contrib/manifest.yaml"
- "distributions/otelcol/manifest.yaml"
- "distributions/otelcol-contrib/manifest.yaml"
pull_request:
branches: [main]
paths:
- ".goreleaser.yaml"
- "./distributions/otelcol/manifest.yaml"
- "./distributions/otelcol-contrib/manifest.yaml"
- "distributions/otelcol/manifest.yaml"
- "distributions/otelcol-contrib/manifest.yaml"

jobs:
check-goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist:
module: github.com/open-telemetry/opentelemetry-collector-releases/core
name: otelcol
description: OpenTelemetry Collector
description: OpenTelemetry Collector - Revert this change
version: 0.47.0
output_path: ./_build
otelcol_version: 0.47.0
Expand Down

0 comments on commit 74abb47

Please sign in to comment.