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

@@ -11,8 +11,8 @@ env:
TEST_GUILD_ID: ${{ secrets.TEST_GUILD_ID }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
group: workflow-${{ github.run_id }}
jobs:
run-commands:

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: