Given this bitbucket-pipelines.yml with a `default` pipeline with `concurrency-group`, `condition: state: ...`, and `type: pipelines` with `trigger: manual` in the child pipeline:
What is the expected behavior for concurrent builds hitting the `trigger: manual`? Assuming #1 is waiting at the trigger, is #2
If it's 1), is there a way to release the lock without running the manual step?