Skip to content

Commit 41d8a3b

Browse files
ci(workflow): 移除等待Docker构建的步骤以简化发布流程
1 parent 9b2495e commit 41d8a3b

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,8 @@ permissions:
88
contents: write
99

1010
jobs:
11-
wait-for-docker:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- name: Wait for Docker build to complete
15-
uses: lewagon/wait-on-check-action@v1.3.4
16-
with:
17-
ref: ${{ github.ref }}
18-
check-name: 'build (base)'
19-
repo-token: ${{ secrets.GITHUB_TOKEN }}
20-
wait-interval: 30
21-
allowed-conclusions: success,failure,cancelled
22-
2311
create-release:
2412
runs-on: ubuntu-latest
25-
needs: wait-for-docker
2613
steps:
2714
- name: Checkout
2815
uses: actions/checkout@v4

0 commit comments

Comments
 (0)