Skip to content

Commit 46ba934

Browse files
authored
feat: update job sort
1 parent f01ca69 commit 46ba934

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-esc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
run_install: true
4848

4949
Build_Service:
50+
needs: ENV_Init
51+
name: "构建服务"
5052
runs-on: ubuntu-latest
5153
permissions:
5254
contents: read
@@ -69,6 +71,7 @@ jobs:
6971
docker ps
7072

7173
Deploy_ESC:
74+
needs: [ ENV_Init , Build_Service ]
7275
name: "ESC服务更新"
7376
runs-on: ubuntu-latest
7477
permissions:

0 commit comments

Comments
 (0)