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

vy pushed a commit to branch activity-monitor
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/activity-monitor by this push:
     new ffd2fdc3 Switch back to `cron` in CI
ffd2fdc3 is described below

commit ffd2fdc3a9025bed2ef8163c8208b6e771d690cb
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Oct 27 09:41:48 2023 +0200

    Switch back to `cron` in CI
---
 .github/workflows/update-stats.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/update-stats.yaml 
b/.github/workflows/update-stats.yaml
index 7656a49e..dcbf394b 100644
--- a/.github/workflows/update-stats.yaml
+++ b/.github/workflows/update-stats.yaml
@@ -17,7 +17,9 @@
 
 name: update-stats
 
-on: workflow_dispatch
+on:
+  schedule:
+    - cron: "43 7 * * *"
 
 concurrency:
   group: ${{ github.ref_name }}

Reply via email to