Skip to content

ci: run check-deps job only if go.mod changed

feistel requested to merge feistel/gitlab-pages:ci/lazy-check-deps into master

What does this MR do?

make deps-check will have no effect if no dependency changed. This MR add a rule to run the job accordingly

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.

TODO

Edited by feistel

Merge request reports