Skip to content

Commit

Permalink
CI: add workflow to cancel previous runs
Browse files Browse the repository at this point in the history
  • Loading branch information
TFSThiagoBR98 committed Feb 21, 2022
1 parent 3504914 commit 8f7e369
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Cancel previous runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
all_but_latest: true

- name: Checkout Base Repo
uses: actions/checkout@v2

Expand Down

0 comments on commit 8f7e369

Please sign in to comment.