Skip to content

[chore] Split core and contrib workflows #5

[chore] Split core and contrib workflows

[chore] Split core and contrib workflows #5

name: Continuous Integration - Contrib - GoReleaser
on:
push:
branches: [main]
paths:
- ".goreleaser.yaml"
- "distributions/otelcol-contrib/manifest.yaml"
pull_request:
branches: [main]
paths:
- ".goreleaser.yaml"
- "distributions/otelcol-contrib/manifest.yaml"
jobs:
check-goreleaser:
name: Continuous Integration - Contrib - GoReleaser
uses: ./.github/workflows/base-ci-goreleaser.yaml

Check failure on line 18 in .github/workflows/ci-goreleaser-contrib.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-goreleaser-contrib.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-goreleaser-contrib.yaml" -> "./.github/workflows/base-ci-goreleaser.yaml" : failed to fetch workflow: workflow was not found.
with:
distribution: otelcol-contrib
secrets: inherit