Skip to content

ci: only run mod tidy job if go.mod changed

feistel requested to merge feistel/labkit:ci/lazy-tidy into master

Do not run tidy check if go.mod didn't change.

This is part of an effort to reduce CI minutes consumption in GitLab products in response to the recent change in CI/CD minutes usage for contributors.

Merge request reports