Skip to content

Commit

Permalink
canceling existing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifer1708 committed May 30, 2024
1 parent 230d1b5 commit 4db3331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: build artifacts wasm

on: [push]

permissions:
actions: write

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
permissions:
actions: write
with:
all_but_latest: true
- name: Checkout sources
Expand Down

0 comments on commit 4db3331

Please sign in to comment.