Update concurrency group for version check
This commit is contained in:
parent
8dd85ffcfd
commit
1e1fbb6fcb
1 changed files with 2 additions and 2 deletions
2
.github/workflows/version-check.yml
vendored
2
.github/workflows/version-check.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
types: [webhook-event]
|
||||
|
||||
concurrency:
|
||||
group: delayed-version-check
|
||||
group: version-check-${{ github.event.client_payload.v }}
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue