-
Notifications
You must be signed in to change notification settings - Fork 130
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
[Question]: Disable auto builds for all Pull Requests #1414
Comments
We have been talking about not running builds while PRs are in Draft mode - but I don't think it ever made it in |
Update: |
I think that an empty branches setting will cause it to become the default. You could set the CICDPullRequestBranches to [ "dummy" ] - and then, it will only build PRs targeting the dummy branch (i.e. never) Alternatively, you could keep the default and create a dev branch and a staging branch. |
This does not seem to work either. I might just not create a PR until the branch is ready. |
Did you run Update AL-Go System Files after creating the setting? I did - and it works for me: |
Question
I did search through the various documentation files and trough open and closed issues, but did not find an answer to this question.
Is is possible to disable the automatic builds on all pull request entirely? I would still like to have the checks in place but I want to start the build manually once all changes are checken in. If the build is automatically started on any push, it consumes a lot of minutes which is not needed.
The only thing I found was
CICDPullRequestBranches
which I could set to[]
I assume, but I am not sure if that will have the desired effect.The text was updated successfully, but these errors were encountered: