Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Handle job names with colons in filterJobArg()
When splitting an argument into branch and job name, we assume that the string only contains a single ':'. It's a legal character in job names though, so handle that edge case by limiting the number of substrings.
- Loading branch information