diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-05-05 09:19:58 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-05-05 09:20:32 +0200 |
| commit | 6411e9001aa66a2b442dba5de346656d40d7915d (patch) | |
| tree | abcc5a61ffba041565b890cbe1691015cc44f11d | |
| parent | 24231212ce5eacbd44c63eb989aa228a6a81479b (diff) | |
makefile.yml: Test once per week to check against changes in Emacs master
| -rw-r--r-- | .github/workflows/makefile.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 3fcf761..49c0728 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: |
