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:
zeertzjq
2022-05-16 18:21:55 +08:00
committed by GitHub
parent e501e4ed4b
commit cd998f8804

View File

@@ -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: