aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJustin Burkett2020-02-16 18:22:45 -0500
committerJustin Burkett2020-02-16 18:22:45 -0500
commit8b49ae978cceca65967f3544c236f32964ddbed0 (patch)
treeb801c1e5ed0ac3930b858c2be1da19b267af7997 /.github/workflows
parent7bc87e0f93bd0258bf115cb02c4e8f86f57b38fc (diff)
downloademacs-8b49ae978cceca65967f3544c236f32964ddbed0.tar.gz
emacs-8b49ae978cceca65967f3544c236f32964ddbed0.zip
Fix last commit
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 56b2e9e007e..c4eaf232756 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -5,7 +5,7 @@ on:
5 branches: 5 branches:
6 - master 6 - master
7 schedule: 7 schedule:
8 - cron: '* * 1 * *' 8 - cron: '0 0 1 * *'
9 9
10jobs: 10jobs:
11 build: 11 build: