eddiewebb/circleci-queue

Job block-workflow doesn't use block-workflow parameter

jarikujansuu opened this issue · 2 comments

Parameter block-workflow is not used at all. It works correctly because command until_front_of_line checks legacy parameter consider-job

Spotted when was trying to figure out error which was probably #26

@jarikujansuu I'll start fixing this. BTW, could you add working label to this issue?

Job block-workflow doesn't use block-workflow parameter because using the job level invocation implies you want to block the workflow, so it passes a true to the command. They command does use this parameter. Closing issue.