Skip to content

Undo the usage of except keyword due to wrong behavior

Simon Praetorius requested to merge issue/undo-except-keyword into master

Summary

The idea of using the except keyword must be undone. The keyword allows to disable pipelines of any of the listed files are changed. The problem is: If there is a change to any other file, the pipeline is still disabled.

Merge request reports