Avoid exceptions from un-symbolizable job names
If `true` or `false` is used as a job name, it is interpreted by the YAML parser as a boolean, which does not have the `to_sym` method. This caused 500s when linting Changelog: fixed
Showing
Please register or sign in to comment