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

    Allow to trigger this manually too.
---
 .github/workflows/check-for-updates.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/check-for-updates.yml 
b/.github/workflows/check-for-updates.yml
index 3c50b0368a..451683c81f 100644
--- a/.github/workflows/check-for-updates.yml
+++ b/.github/workflows/check-for-updates.yml
@@ -4,11 +4,15 @@ on:
   schedule:
     # Check at 03:40 on Fridays, i.e. once a week.
     - cron: '40 3 * * 5'
+  workflow_dispatch:
 
 jobs:
   check-for-updates:
     runs-on: ubuntu-latest
-    emacs_version: '27.2'
+
+    strategy:
+      matrix:
+        emacs_version: ['27.2']
 
     steps:
     - name: Set up Emacs

Reply via email to