ci: Limit concurrency
Mainly to prevent runners from getting bogged down
This commit is contained in:
parent
7763b2479b
commit
3d27cce047
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