Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_if gets removes from workflows defined in pipeline stages on save #788

Open
sandersaelmans opened this issue May 30, 2023 · 1 comment

Comments

@sandersaelmans
Copy link

sandersaelmans commented May 30, 2023

e.g:

stages:
  some_stage:
    workflows:
    - some_work_flow:
        run_if: '{{getenv "i_feel_like_it" | ne ""}}' # <- will be removed on save
@gent-ahmeti
Copy link

I would like to +1 this and add documentation from Bitrise that says this is allowed

(Bonus) It would be nice not to overwrite the whole file everytime we save. Because multiple people change the config file, not all of them use the editor. So whenever I make minor changes there are usually too many changes to commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants