We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55cabc5 + 3c885c7 commit 84cc979Copy full SHA for 84cc979
.github/workflows/image-mirror.yml
@@ -19,8 +19,8 @@ jobs:
19
# 运行条件 => issues 的 label 包含 image-mirror
20
# if: contains(github.event.issue.labels.*.name, 'image-mirror')
21
concurrency:
22
- group: ${{ github.workflow }}-${{ github.actor }}
23
- cancel-in-progress: true
+ group: ${{ github.workflow }}-${{ github.actor }}-${{ github.event.issue.number }}
+ cancel-in-progress: false
24
# 镜像转换任务的步骤列表
25
steps:
26
0 commit comments