How to skip stages using env variable

Hi everyone, I am trying to migrate to the new pipelines and stages feature, but I ran into an issue trying to skip specific workflows.
Before, I was using the build-router-start step, allowing me to skip workflows if the env variable was true:

  build_integration:
    before_run:
      - _set_skip_variable
    steps:
    - build-router-start@0:
        run_if: '{{getenv "SKIP_WORKFLOWS" | ne "true"}}'
        inputs:
        - workflows: |-
            workflows1
            workflows2

Now with the new stage feature, I don’t see a way to do the same.

This is not currently possible but I think it is required to create feature parity.

Will keep you posted on the progress, thanks for the feedback

This feature is now available see: Configuring a Bitrise Pipeline - Bitrise Docs