mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-28 15:13:05 +08:00
add self-canceling to the build
This commit is contained in:
5
.github/workflows/bitcoin-tests.yml
vendored
5
.github/workflows/bitcoin-tests.yml
vendored
@@ -6,6 +6,11 @@ jobs:
|
||||
bitcoin-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Cancel Previous Runs
|
||||
uses: styfle/cancel-workflow-action@0.4.1
|
||||
with:
|
||||
access_token: ${{ github.token }}
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Run bitcoin tests as a docker script
|
||||
|
||||
Reference in New Issue
Block a user