branch: elpa/datetime
commit e7cb99033fc334f34c61751d577ac841996ff0de
Author: Paul Pogonyshev <pogonys...@gmail.com>
Commit: Paul Pogonyshev <pogonys...@gmail.com>

    Disable the schedule for the new workflow, as it appears to always fail 
anyway, because of subtle differences compared to my Java installation.
---
 .github/workflows/check-for-updates.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/check-for-updates.yml 
b/.github/workflows/check-for-updates.yml
index 451683c81f..9d86114aec 100644
--- a/.github/workflows/check-for-updates.yml
+++ b/.github/workflows/check-for-updates.yml
@@ -1,9 +1,10 @@
 name: Check for updates
 
 on:
-  schedule:
-    # Check at 03:40 on Fridays, i.e. once a week.
-    - cron: '40 3 * * 5'
+  # Disabled as always wanting to update 'timezone-name-data.extmap' for now.
+  # schedule:
+  #   # Check at 03:40 on Fridays, i.e. once a week.
+  #   - cron: '40 3 * * 5'
   workflow_dispatch:
 
 jobs:

Reply via email to