Fix Fixes scheduled pipeline execution policy branches option
What does this MR do and why?
Fixes scheduled pipeline execution policy branches option by converting symbol key to string key. Sidekiq enforces that job arguments must be native JSON types. Using symbol keys (:branch) causes a warning because symbols are not native JSON types. As a result the option was ignored and pipelines were created for the default branch instead.
References
Related work item: #547932 (closed)
How to set up and validate locally
Follow the verification steps from #547932 (comment 2589568857)
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Andy Schoenen