-
Notifications
You must be signed in to change notification settings - Fork 867
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
[BUG]: autoCancel is ignored in pr trigger and new builds are triggered #4523
Comments
Hi @JanRajnoha, thanks for reporting. |
No problem. in yaml i have this (for triggers):
and from pipeline: |
Dear @JanRajnoha, Thank you for posting this issue. Since this is not related to agent directly, I'm closing it. Please provide your issue in the Developer Community. This is the appropriate place for such cases. |
Oh, okay, thank you |
workaround: add "condition: or(succeeded(), canceled())" |
What happened?
I wrote pr trigger with autoCancel set to false, created PR and tried do another commit to test if autoCancel will work, but in PR has been triggered another set of builds and previous has been cancelled
Versions
Azure DevOps online, Windows 11 Canary, on Azure DevOps used hosted windows version in pipelines
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Windows 11
Version controll system
git
Relevant log output
No response
The text was updated successfully, but these errors were encountered: