Skip to content

Commit 1a1ad2e

Browse files
committed
cancel previous workflow proxy
1 parent 60495f8 commit 1a1ad2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/proxy.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
- name: Checkout 🛎️
1111
uses: actions/checkout@v2.3.1
1212

13+
- name: Cancel Previous Runs
14+
uses: styfle/cancel-workflow-action@0.9.0
15+
with:
16+
access_token: ${{ github.token }}
17+
1318
- name: Install and Run proxy 🔧
1419
run: |
1520
npm install

0 commit comments

Comments
 (0)