Skip to content

Commit

Permalink
CI: cancel previous runs
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan committed Oct 9, 2022
1 parent e604104 commit 9faeca2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
node-version: [16.x]
runs-on: ${{ matrix.os }}
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action

- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -31,6 +34,9 @@ jobs:
node-version: [16.x]
runs-on: ${{ matrix.os }}
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action

- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -50,6 +56,9 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action

- uses: actions/checkout@v3

- name: Vale
Expand All @@ -67,6 +76,9 @@ jobs:
node-version: [16.x]
runs-on: ${{ matrix.os }}
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action

- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -101,6 +113,9 @@ jobs:
node-version: [16.x]
runs-on: ${{ matrix.os }}
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action

- uses: actions/checkout@v3

- name: Enable webpack persistent caching
Expand Down

0 comments on commit 9faeca2

Please sign in to comment.