Skip to content

Commit 84cc979

Browse files
authored
Merge pull request #1342 from yjc980121/optimized_concurrency
Optimized concurrency
2 parents 55cabc5 + 3c885c7 commit 84cc979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image-mirror.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
# 运行条件 => issues 的 label 包含 image-mirror
2020
# if: contains(github.event.issue.labels.*.name, 'image-mirror')
2121
concurrency:
22-
group: ${{ github.workflow }}-${{ github.actor }}
23-
cancel-in-progress: true
22+
group: ${{ github.workflow }}-${{ github.actor }}-${{ github.event.issue.number }}
23+
cancel-in-progress: false
2424
# 镜像转换任务的步骤列表
2525
steps:
2626

0 commit comments

Comments
 (0)