diff options
| author | Justin Burkett | 2020-02-16 13:54:20 -0500 |
|---|---|---|
| committer | Justin Burkett | 2020-02-16 13:54:20 -0500 |
| commit | 7bc87e0f93bd0258bf115cb02c4e8f86f57b38fc (patch) | |
| tree | 10dc71aa60c6266db5e8a97e3eb57967c8671721 | |
| parent | 9550707d52894208894c036a0b83f958af887e3c (diff) | |
| download | emacs-7bc87e0f93bd0258bf115cb02c4e8f86f57b38fc.tar.gz emacs-7bc87e0f93bd0258bf115cb02c4e8f86f57b38fc.zip | |
Test once a month
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb2a91ea091..56b2e9e007e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -4,6 +4,8 @@ on: | |||
| 4 | push: | 4 | push: |
| 5 | branches: | 5 | branches: |
| 6 | - master | 6 | - master |
| 7 | schedule: | ||
| 8 | - cron: '* * 1 * *' | ||
| 7 | 9 | ||
| 8 | jobs: | 10 | jobs: |
| 9 | build: | 11 | build: |