ci: Limit concurrency
Mainly to prevent runners from getting bogged down
This commit is contained in:
parent
10947f6f1a
commit
fb793e8315
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
name: Release Docker Image
|
||||
concurrency:
|
||||
group: "release-image-${{ github.ref }}"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue