You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ti...@apache.org on 2022/12/19 14:02:58 UTC

[pulsar-site] branch main updated: lower speed before we can produce swagger files stably

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 56703c05470 lower speed before we can produce swagger files stably
56703c05470 is described below

commit 56703c05470a165799dda01c038a9ec9a64efd0d
Author: tison <wa...@gmail.com>
AuthorDate: Mon Dec 19 22:02:53 2022 +0800

    lower speed before we can produce swagger files stably
---
 .github/workflows/ci-sync-content.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-sync-content.yml b/.github/workflows/ci-sync-content.yml
index f5ff1b883b2..6726b711710 100644
--- a/.github/workflows/ci-sync-content.yml
+++ b/.github/workflows/ci-sync-content.yml
@@ -18,7 +18,7 @@
 name: CI - Synchronize Content
 on:
   schedule:
-    - cron: "0 * * * *"
+    - cron: "0 */6 * * *"
   workflow_dispatch:
 
 jobs: