branch: externals/compat
commit 6411e9001aa66a2b442dba5de346656d40d7915d
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    makefile.yml: Test once per week to check against changes in Emacs master
---
 .github/workflows/makefile.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index 3fcf761133..49c0728a28 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -9,6 +9,8 @@ on:
     paths-ignore:
       - '**.md'
       - '**.org'
+  schedule:
+    - cron: "0 7 * * 0"
 
 jobs:
   test:

Reply via email to