mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-07-20 22:51:26 +02:00
`build` job was redundant for PRs and pushes to `master` branch, as `go build` is run in the e2e job. Linting jobs only need to be run for code changes, and were unnecessarily extending CI duration for documentation changes. Signed-off-by: Ben Reedy <breed808@breed808.com>