Skip to content

Commit 71dc124

Browse files
committed
chore: add cancel workflow in ci
1 parent 5703d70 commit 71dc124

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ on:
1111
- master
1212

1313
jobs:
14-
ci:
15-
runs-on: ${{ matrix.os }}
16-
17-
strategy:
18-
matrix:
19-
os: [ ubuntu-latest ]
20-
14+
build:
15+
name: ⚙️ Build
16+
runs-on: ubuntu-latest
2117
steps:
18+
- name: 🛑 Cancel Previous Runs
19+
uses: styfle/[email protected]
20+
2221
- name: Checkout 🛎
2322
uses: actions/checkout@master
2423

0 commit comments

Comments
 (0)