Cancel previous CI workflow runs
(cherry picked from commit a249373bf50c0701c6f8d0f1b9e692dc633cd5ab) # Conflicts: # README.md
This commit is contained in:
parent
6dc55a3fc4
commit
a9279fbb2e
5
.github/workflows/build_check.yml
vendored
5
.github/workflows/build_check.yml
vendored
@ -20,6 +20,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Cancel previous runs
|
||||||
|
uses: styfle/cancel-workflow-action@0.5.0
|
||||||
|
with:
|
||||||
|
access_token: ${{ github.token }}
|
||||||
|
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user