add a cancel previous runs action

This commit is contained in:
Travis Glenn Hansen 2020-11-27 14:08:38 -07:00
parent 45b502da62
commit 6c79b32f9b
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.6.0
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- name: docker build
run: |