diff options
| author | Justin Burkett | 2020-02-16 18:22:45 -0500 |
|---|---|---|
| committer | Justin Burkett | 2020-02-16 18:22:45 -0500 |
| commit | 8b49ae978cceca65967f3544c236f32964ddbed0 (patch) | |
| tree | b801c1e5ed0ac3930b858c2be1da19b267af7997 /.github/workflows | |
| parent | 7bc87e0f93bd0258bf115cb02c4e8f86f57b38fc (diff) | |
| download | emacs-8b49ae978cceca65967f3544c236f32964ddbed0.tar.gz emacs-8b49ae978cceca65967f3544c236f32964ddbed0.zip | |
Fix last commit
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
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 | ||
| 10 | jobs: | 10 | jobs: |
| 11 | build: | 11 | build: |