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 eafb074 Bring schedule forward
eafb074 is described below
commit eafb074f72fb6c869f514db0c94d3783ef20cd9e
Author: Sebb <[email protected]>
AuthorDate: Fri Apr 19 10:47:06 2024 +0100
Bring schedule forward
---
.github/workflows/getcalendar.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/getcalendar.yml
b/.github/workflows/getcalendar.yml
index 18059df..0e806c4 100644
--- a/.github/workflows/getcalendar.yml
+++ b/.github/workflows/getcalendar.yml
@@ -3,7 +3,7 @@ name: Fetch the Google Calendar
on:
workflow_dispatch:
schedule:
- - cron: '10 10 * * *'
+ - cron: '50 9 * * *'
permissions:
contents: write