Closed issue by waynevanson on void-packages repository https://github.com/void-linux/void-packages/issues/27972 Description: Here's a non-hypothetical example. - I created a PR for a new package, github actions trigger. - I made a small change in the dependencies and force pushed to the origin, github actions trigger again. There are now 2 actions running, using resources. I went to go cancel the first one, but was unable to due to permissions. An ideal solution is that when a force push is applied, it creates a new github action and the old one is deleted. I'm unsure if this is even possible.