更新GitHub Actions工作流,修改并发组名称为“docker-build”
This commit is contained in:
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
@ -11,7 +11,7 @@ permissions:
|
||||
contents: write
|
||||
|
||||
concurrency:
|
||||
group: pages
|
||||
group: docker-build
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
|
Reference in New Issue
Block a user