mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00: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:
2
.github/workflows/coverity-scan.yml
vendored
2
.github/workflows/coverity-scan.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Coverity
|
name: Coverity
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 10 * * 1' # Run every Monday at 00:10
|
- cron: '10 0 * * 1' # Run every Monday at 00:10
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user