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

sebb pushed a commit to branch preview/calendar
in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git


The following commit(s) were added to refs/heads/preview/calendar by this push:
     new fad04b6  Run daily
fad04b6 is described below

commit fad04b6a1f8df8c1232fd98a94e29de83f5851dd
Author: Sebb <s...@apache.org>
AuthorDate: Fri Apr 19 00:41:13 2024 +0100

    Run daily
---
 .github/workflows/getcalendar.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/getcalendar.yml 
b/.github/workflows/getcalendar.yml
index 4304fd8..9956a04 100644
--- a/.github/workflows/getcalendar.yml
+++ b/.github/workflows/getcalendar.yml
@@ -2,9 +2,8 @@ name: Fetch the Google Calendar
 
 on:
   workflow_dispatch:
-  push:
-  # schedule:
-    #  - cron: '01 18 * * *'
+  schedule:
+     - cron: '10 10 * * *'
 
 permissions:
   contents: write

Reply via email to