actions
actions copied to clipboard
`pulumi cancel` on additional commit to branch
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
If I have a pending/running pulumi preview
triggered from a commit on a branch/PR/etc and I push another commit to the same branch which triggers another pulumi preview
, I'd like to automatically cancel the first one.
This would eliminate unnecessary processing as the branch has changed in some fashion.