This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 59b0c9e9fd4 Add workflow_dispatch trigger for CI
59b0c9e9fd4 is described below

commit 59b0c9e9fd4ef6ebdc0b1f2ddb03f201b6a29d38
Author: tison <[email protected]>
AuthorDate: Tue Nov 15 22:14:26 2022 +0800

    Add workflow_dispatch trigger for CI
    
    Signed-off-by: tison <[email protected]>
---
 .github/workflows/ci-pulsar-website-docs-sync.yaml  | 3 +--
 .github/workflows/ci-pulsar-website-next-build.yaml | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-pulsar-website-docs-sync.yaml 
b/.github/workflows/ci-pulsar-website-docs-sync.yaml
index 6147512a2bb..1f2ef0aac12 100644
--- a/.github/workflows/ci-pulsar-website-docs-sync.yaml
+++ b/.github/workflows/ci-pulsar-website-docs-sync.yaml
@@ -19,10 +19,9 @@
 
 name: CI - Pulsar Website Docs Sync from apache/pulsar
 on:
-  push:
-    branches: [docs-sync]
   schedule:
     - cron: "0 */6 * * *"
+  workflow_dispatch:
 
 jobs:
   build-website:
diff --git a/.github/workflows/ci-pulsar-website-next-build.yaml 
b/.github/workflows/ci-pulsar-website-next-build.yaml
index 8565352bbb3..a984c2e51bb 100644
--- a/.github/workflows/ci-pulsar-website-next-build.yaml
+++ b/.github/workflows/ci-pulsar-website-next-build.yaml
@@ -21,6 +21,7 @@ name: CI - Pulsar Website-Next build
 on:
   push:
     branches: [main]
+  workflow_dispatch:
 
 env:
   MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.http.retryHandler.class=standard 
-Dmaven.wagon.http.retryHandler.count=3

Reply via email to