Skip to content

Commit

Permalink
修改 md 文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurorxa committed Jun 15, 2024
1 parent 426ca52 commit e7ec82f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/sync-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ on:
types: [ opened,edited ]
workflow_dispatch:

concurrency:
group: sync-docker-image
cancel-in-progress: false
max-parallel: 6 # 设置并发限制为最多 6 个

jobs:
# 同步镜像文件
sync-docker-image:
runs-on: ubuntu-latest
# 设置超时时间为 360 分钟(6 小时)
timeout-minutes: 360
concurrency:
group: sync-docker-image
cancel-in-progress: false
strategy:
matrix:
job: [ 1, 2, 3, 4, 5, 6 ] # 定义6个并行任务
steps:
# 拉取源代码
- name: Checkout repository
Expand Down

0 comments on commit e7ec82f

Please sign in to comment.