修改流水线:串联执行多个流水线
This commit is contained in:
parent
a6cd4c406c
commit
3f65495bf9
|
|
@ -1,8 +1,8 @@
|
|||
name: Context testing
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
run-01:
|
||||
uses: ./.gitea/workflows/上下文信息.yml
|
||||
run-02:
|
||||
uses: ./.gitea/workflows/声明流水线.yml
|
||||
name: Context testing
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
run-01:
|
||||
uses: ./.gitea/workflows/上下文信息.yml
|
||||
run-02:
|
||||
uses: ./.gitea/workflows/声明流水线.yml
|
||||
|
|
|
|||
Loading…
Reference in New Issue