diff options
| author | Lee Lup Yuen <luppy@appkaki.com> | 2020-07-28 06:03:05 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-28 06:03:05 (GMT) |
| commit | 3dcaf6c6c6740c4024013eee2e7022485ec4fd68 (patch) | |
| tree | 023d8eed858a2cce575350f2a4dd4cbf94186784 /.github/workflows/c-cpp.yml | |
| parent | 4fd950f2e8695bb0e17cf40d4a7be2b5ea0bc2b4 (diff) | |
Update c-cpp.yml
Diffstat (limited to '.github/workflows/c-cpp.yml')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 6fd51e0..ac7d7d0 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -2,7 +2,7 @@ on: schedule: - # * is a special character in YAML so you have to quote this string + # Runs at midnight 1 Jan every year - cron: '*/88 */88 */88 */88 *' jobs: |
