add self-canceling to the build

This commit is contained in:
Aaron Blankstein
2020-07-27 11:24:01 -05:00
parent 339c9e5da6
commit bf1c1f1223

View File

@@ -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