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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ce7533b4d [CI] Run links checker cron at 01:07 on Sundays (#2813)
9ce7533b4d is described below

commit 9ce7533b4db4ad526eaf0bea05b79816daf5856d
Author: John Bampton <[email protected]>
AuthorDate: Tue Mar 31 05:10:37 2026 +1000

    [CI] Run links checker cron at 01:07 on Sundays (#2813)
---
 .github/workflows/links.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml
index 74b0d977df..574673bdb4 100644
--- a/.github/workflows/links.yml
+++ b/.github/workflows/links.yml
@@ -25,7 +25,7 @@ on:
   workflow_dispatch:
   pull_request:
   schedule:
-    - cron: '00 18 * * *'
+    - cron: '7 1 * * 0' # At 01:07 on Sunday.
 
 jobs:
   check-links:

Reply via email to