mirror of
https://github.com/nushell/nushell.git
synced 2025-05-01 08:34:26 +02:00
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 }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Cancel Previous Runs
|
||||||
|
uses: styfle/cancel-workflow-action@0.9.1
|
||||||
|
with:
|
||||||
|
access_token: ${{ github.token }}
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup Rust toolchain
|
- name: Setup Rust toolchain
|
||||||
|
Loading…
Reference in New Issue
Block a user