Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve concurrency of GitHub Actions (#1128)
* improve concurrency of GitHub Actions This will allow you to cancel older running actions for the current PR / branch. This saves you some resources, but more importantly hopefully frees up some spots in the queue a bit faster. Saw this on the Node.js repo: nodejs/node#42017 * empty commit to trigger cancellation of previous commit
- Loading branch information