Skip to content

Commit 8f7e369

Browse files
committed
CI: add workflow to cancel previous runs
1 parent 3504914 commit 8f7e369

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/emscripten.yml

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Cancel previous runs
13+
uses: styfle/cancel-workflow-action@0.9.1
14+
with:
15+
access_token: ${{ github.token }}
16+
all_but_latest: true
17+
1218
- name: Checkout Base Repo
1319
uses: actions/checkout@v2
1420

0 commit comments

Comments
 (0)