File tree 7 files changed +7
-0
lines changed
7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
name : Docs
2
2
3
3
on :
4
+ workflow_dispatch :
4
5
push :
5
6
branches :
6
7
- main
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: GraphScope GAE CI
3
3
on :
4
4
# Trigger the workflow on push or pull request,
5
5
# but only for the main branch
6
+ workflow_dispatch :
6
7
push :
7
8
branches :
8
9
- main
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: GraphScope GAIA CI
2
2
3
3
on :
4
4
# Trigger the workflow on push or pull request, but only for the main branch
5
+ workflow_dispatch :
5
6
push :
6
7
branches :
7
8
- main
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: GraphScope Store CI
3
3
on :
4
4
# Trigger the workflow on push or pull request,
5
5
# but only for the main branch
6
+ workflow_dispatch :
6
7
push :
7
8
branches :
8
9
- main
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: GraphScope CI on Kubernetes
3
3
on :
4
4
# Trigger the workflow on push or pull request,
5
5
# but only for the main branch
6
+ workflow_dispatch :
6
7
push :
7
8
branches :
8
9
- main
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: GraphScope CI on Local
3
3
on :
4
4
# Trigger the workflow on push or pull request,
5
5
# but only for the main branch
6
+ workflow_dispatch :
6
7
push :
7
8
branches :
8
9
- main
Original file line number Diff line number Diff line change 1
1
name : GraphScope Pegasus CI
2
2
3
3
on :
4
+ workflow_dispatch :
4
5
push :
5
6
branches :
6
7
- gaia-x
You can’t perform that action at this time.
0 commit comments