修改流水线:串联执行多个流水线
This commit is contained in:
parent
3f65495bf9
commit
ccfe2bb4d2
|
|
@ -6,3 +6,7 @@ jobs:
|
|||
uses: ./.gitea/workflows/上下文信息.yml
|
||||
run-02:
|
||||
uses: ./.gitea/workflows/声明流水线.yml
|
||||
run-03:
|
||||
uses: ./.gitea/workflows/deploy-api.yml
|
||||
run-04:
|
||||
uses: ./.gitea/workflows/deploy-web.yml
|
||||
|
|
|
|||
Loading…
Reference in New Issue