forked from extern/nushell
Add auto-cancelling previous PRs (#4573)
* Add auto-cancelling previous PRs * Update ci.yml
This commit is contained in:
parent
5bf2ffeaf5
commit
5befa6f80a
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -31,6 +31,11 @@ jobs:
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
steps:
|
||||
- name: Cancel Previous Runs
|
||||
uses: styfle/cancel-workflow-action@0.9.1
|
||||
with:
|
||||
access_token: ${{ github.token }}
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Rust toolchain
|
||||
|
Loading…
Reference in New Issue
Block a user