Using pipeline conditionals in the UI for block steps

Is it possible to use pipeline conditionals in the buildkite UI?

We would like to use conditionals to skip a block step if a commit author is a member of a team or not. This needs to happen in the UI I believe because it needs to run before the pipeline upload. We want to use this to prevent running third party PRs before reviewing them.

Never mind, the obvious fix for this is to convert pipeline steps to YAML. I’ll leave this topic here in case people come across it from searching.