Skip to content

Automatically build package on all OS when dependency files are modified

Balasankar 'Balu' C requested to merge automatic-package-builds into master

When an MR make changes to dependencies (for example, modified go.mod or go.sum files), we should automatically run package builds on all OSs to confirm that the change won't cause failures in any of the OSs we provide packages for.

Similar to what we did for Gitaly - gitaly!5626 (merged)

Closes: #1057 (closed)

Edited by Balasankar 'Balu' C

Merge request reports