Skip to content

Workaround issue with: changes: ["*"]

Chad Woolley requested to merge workaround-root-files-checker-changes into master

This is a workaround to temporarily remove the changes: ["*"] constraint from the root_files_checker job until gitlab-org/gitlab#198063 (closed) is resolved.

It is necessary to avoid the problem where root_files_checker will not run if the root file added is a directory, not a file.

Once gitlab-org/gitlab#198063 (closed) is resolved, this should be reverted.

Merge request reports