Skip to content

ci-package-builder: Fix a regex in the MR freeze check

Emanuele Aina requested to merge wip/em/fix-regex into master

Match the $ end-of-string in both branches of the altenative match, rather than matching it only for the last one.

Merge request reports