always cancel in progress
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user