mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
ci(coverity): correct cron job time #18590
The comment says it should be run at 00:10 UTC, and in cron job format minutes come before hours.
This commit is contained in:
parent
e501e4ed4b
commit
cd998f8804
2
.github/workflows/coverity-scan.yml
vendored
2
.github/workflows/coverity-scan.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Coverity
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 10 * * 1' # Run every Monday at 00:10
|
||||
- cron: '10 0 * * 1' # Run every Monday at 00:10
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user