Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github: build-gluon: cancel obsolete in progress workflows for PRs (f…
…reifunk-gluon#3115) Goal is to cancel Worfklows for Pull Request if they become obsolte due to new changes. Without this workflows will continue running, wasting resources and delaying the run of relevant workflows. This situation will typically occour if a author of a PR notices an error/typo/missing bit and pushes new changes to the branch. This won't affect concurrent workflows for otherwise triggered workflows (push, workflow_dispatch, tag, ...).
- Loading branch information