Unexpected Rule Evaluation in GitLab CI Pipeline Causing Incorrect File Inclusion
An issue was encountered in the GitLab CI pipeline where an unexpected rule evaluation caused the wrong files to be included in the pipeline configuration. Specifically, `build.yml` was being used instead of `build_unprotected.yml`, despite the rules appearing to indicate that `build_unprotected.yml` should have been included for an unprotected side branch.
issue