Skip to content

Commit b22ae3a

Browse files
authored
Merge branch 'main' into reorg-gremlin-docs
2 parents 960a5c1 + bd89520 commit b22ae3a

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

.github/workflows/docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Docs
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main

.github/workflows/gae.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: GraphScope GAE CI
33
on:
44
# Trigger the workflow on push or pull request,
55
# but only for the main branch
6+
workflow_dispatch:
67
push:
78
branches:
89
- main

.github/workflows/gaia.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: GraphScope GAIA CI
22

33
on:
44
# Trigger the workflow on push or pull request, but only for the main branch
5+
workflow_dispatch:
56
push:
67
branches:
78
- main

.github/workflows/gss.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: GraphScope Store CI
33
on:
44
# Trigger the workflow on push or pull request,
55
# but only for the main branch
6+
workflow_dispatch:
67
push:
78
branches:
89
- main

.github/workflows/k8s-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: GraphScope CI on Kubernetes
33
on:
44
# Trigger the workflow on push or pull request,
55
# but only for the main branch
6+
workflow_dispatch:
67
push:
78
branches:
89
- main

.github/workflows/local-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: GraphScope CI on Local
33
on:
44
# Trigger the workflow on push or pull request,
55
# but only for the main branch
6+
workflow_dispatch:
67
push:
78
branches:
89
- main

.github/workflows/pegasus.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: GraphScope Pegasus CI
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- gaia-x

0 commit comments

Comments
 (0)