Skip to content

Commit

Permalink
ci: cancel previous runs
Browse files Browse the repository at this point in the history
Signed-off-by: David Aguilar <davvid@gmail.com>
  • Loading branch information
davvid committed Aug 22, 2023
1 parent df92dbe commit 0941e1b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -7,6 +7,8 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
- name: Checkout
uses: actions/checkout@v3
- name: Install Rust
Expand All @@ -26,6 +28,8 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
- name: Checkout
uses: actions/checkout@v3
- name: Install Rust
Expand Down Expand Up @@ -65,6 +69,8 @@ jobs:
name: Windows
runs-on: windows-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
Expand Down Expand Up @@ -106,6 +112,8 @@ jobs:
name: macOS
runs-on: macos-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
- name: Checkout
uses: actions/checkout@v3
- name: Install Rust
Expand Down

0 comments on commit 0941e1b

Please sign in to comment.