always cancel in progress

This commit is contained in:
itsMapleLeaf
2022-07-22 17:18:47 -05:00
parent be5ec7c545
commit 3b191d274e
2 changed files with 4 additions and 2 deletions

View File

@@ -6,7 +6,9 @@ on:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release: