Skip to content

Commit 7088b98

Browse files
committed
chore: add cancel workflow in ci
1 parent 5703d70 commit 7088b98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
os: [ ubuntu-latest ]
2020

2121
steps:
22+
- name: 🛑 Cancel Previous Runs
23+
uses: styfle/[email protected]
24+
2225
- name: Checkout 🛎
2326
uses: actions/checkout@master
2427

0 commit comments

Comments
 (0)