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 d1915222c92 [ci] Increase sync interval
d1915222c92 is described below
commit d1915222c925bdd47a807b3a0129a6a1e058515a
Author: tison <[email protected]>
AuthorDate: Thu Dec 29 10:21:26 2022 +0800
[ci] Increase sync interval
---
.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: