diff options
| author | James McCoy <jamessan@jamessan.com> | 2022-05-20 14:22:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-20 14:22:15 -0400 |
| commit | b3453ea4a6b6518cccd6922fbcaa64a0aa47c743 (patch) | |
| tree | f7b0c7d483e6792cbddcf8a7fc0d8dd8a3a49ecd /.github | |
| parent | c847a0eeb7123122069cbf2903e95571e86f66c6 (diff) | |
| parent | 3e627f9e553d0e63597a3df870cb273b64b7e51f (diff) | |
| download | rneovim-b3453ea4a6b6518cccd6922fbcaa64a0aa47c743.tar.gz rneovim-b3453ea4a6b6518cccd6922fbcaa64a0aa47c743.tar.bz2 rneovim-b3453ea4a6b6518cccd6922fbcaa64a0aa47c743.zip | |
Merge pull request #18648 from jamessan/coverity-fixes
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/coverity-scan.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml index a6eef47645..833c8506dd 100644 --- a/.github/workflows/coverity-scan.yml +++ b/.github/workflows/coverity-scan.yml @@ -1,7 +1,7 @@ name: Coverity on: schedule: - - cron: '10 0 * * 1' # Run every Monday at 00:10 + - cron: '10 0 * * *' # Run every day at 00:10 workflow_dispatch: jobs: |