Skip to content

Commit 81df3aa

Browse files
authored
feat: 更新流程依赖
1 parent 65e54e3 commit 81df3aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-esc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
Build_Service:
5050
needs: ENV_Init
5151
name: "构建服务"
52-
runs-on: ubuntu-latest
52+
runs-on: ENV_Init
5353
permissions:
5454
contents: read
5555
packages: write
@@ -73,7 +73,7 @@ jobs:
7373
Deploy_ESC:
7474
needs: [ ENV_Init , Build_Service ]
7575
name: "ESC服务更新"
76-
runs-on: ubuntu-latest
76+
runs-on: Build_Service
7777
permissions:
7878
contents: read
7979
packages: write

0 commit comments

Comments
 (0)