branch: elpa/racket-mode
commit d2f67d05714fe1aebc19976b7efe10b45b169bc1
Author: Greg Hendershott <g...@greghendershott.com>
Commit: Greg Hendershott <g...@greghendershott.com>

    Run tests weekly
---
 .github/workflows/test.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index fc55e50cdc..7a1a5e088a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -3,6 +3,8 @@ name: CI
 on:
   push:
   pull_request:
+  schedule:
+    - cron: '0 0 * * 2' # 00:00 every Tuesday
 
 jobs:
   ubuntu:
@@ -21,7 +23,7 @@ jobs:
         # Racket. Note that "allow_failure: true" doesn't seem to
         # actually work yet on GitHub Actions like it does on Travis
         # CI: If this fails it will say the overall job failed. :(
-        # Meanwhile in the GitHub protected branch settings by making
+        # Meanwhile in the GitHub protected branch settings we make
         # this one NOT a required status check -- which is some but
         # not all of the behavior we miss from Travis CI.
         include:

Reply via email to