Skip to content

Commit

Permalink
Allow triggering workflow dispatch event for CIs (#2865)
Browse files Browse the repository at this point in the history
Fixes #1710

Signed-off-by: septicmk <septic.mk@gmail.com>
  • Loading branch information
septicmk committed Jun 12, 2023
1 parent a0b36ee commit bd89520
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
@@ -1,6 +1,7 @@
name: Docs

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gae.yml
Expand Up @@ -3,6 +3,7 @@ name: GraphScope GAE CI
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gaia.yml
Expand Up @@ -2,6 +2,7 @@ name: GraphScope GAIA CI

on:
# Trigger the workflow on push or pull request, but only for the main branch
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gss.yml
Expand Up @@ -3,6 +3,7 @@ name: GraphScope Store CI
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/k8s-ci.yml
Expand Up @@ -3,6 +3,7 @@ name: GraphScope CI on Kubernetes
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/local-ci.yml
Expand Up @@ -3,6 +3,7 @@ name: GraphScope CI on Local
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pegasus.yml
@@ -1,6 +1,7 @@
name: GraphScope Pegasus CI

on:
workflow_dispatch:
push:
branches:
- gaia-x
Expand Down

0 comments on commit bd89520

Please sign in to comment.