dashevo / js-dash-sdk

DEPRECATED Dash client-side library for wallet payment/signing and application development. (Wallet, DAPI, Primitives, BLS, ...)
https://dashevo.github.io/platform/SDK/
MIT License
36 stars 21 forks source link

chore(ci): cancel previous workflow runs on push #218

Closed strophy closed 3 years ago

strophy commented 3 years ago

Issue being fixed or feature implemented

Slow workflow runs can fill up the pipeline, making it necessary to manually cancel older runs. This PR adds an action to the workflow to cancel previous runs from the same branch with a different SHA.

What was done?

Add styfle/cancel-workflow-action action

How Has This Been Tested?

In CI

Breaking Changes

Checklist:

For repository code-owners and collaborators only