We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e54e3 commit 81df3aaCopy full SHA for 81df3aa
1 file changed
.github/workflows/deploy-esc.yml
@@ -49,7 +49,7 @@ jobs:
49
Build_Service:
50
needs: ENV_Init
51
name: "构建服务"
52
- runs-on: ubuntu-latest
+ runs-on: ENV_Init
53
permissions:
54
contents: read
55
packages: write
@@ -73,7 +73,7 @@ jobs:
73
Deploy_ESC:
74
needs: [ ENV_Init , Build_Service ]
75
name: "ESC服务更新"
76
+ runs-on: Build_Service
77
78
79
0 commit comments