You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-03 18:35:08 +02:00
3e440ba5b2
The [recent fix for the markdown-fail-fast action](https://github.com/open-telemetry/opentelemetry-go/pull/7045) fixed the action for PRs, but [pushes to `main` are failing](https://github.com/open-telemetry/opentelemetry-go/actions/runs/16420891372/job/46398868230). This fixes the action to run on pushes to main. - Match markdown files using action `on` syntax to skip unneeded runs - Parse event type in script - Handle push event types in script Co-authored-by: Damien Mathieu <42@dmathieu.com>