Cancel previous CI workflow runs

(cherry picked from commit a249373bf50c0701c6f8d0f1b9e692dc633cd5ab)

# Conflicts:
#	README.md
This commit is contained in:
arkon 2020-10-08 21:28:07 -04:00 committed by Jobobby04
parent 6dc55a3fc4
commit a9279fbb2e

View File

@ -20,6 +20,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.5.0
with:
access_token: ${{ github.token }}
- name: Clone repo
uses: actions/checkout@v2