We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fef377 commit fba344bCopy full SHA for fba344b
.github/workflows/coverity_scan.yml
@@ -1,7 +1,7 @@
1
name: FreeRTOS-Kernel Coverity Scan
2
on:
3
- schedule: ## Scheduled to run at 12 AM UTC.
4
- - cron: '0 0 * * *'
+ schedule: ## Scheduled to run at 1:15 AM UTC daily.
+ - cron: '15 1 * * *'
5
6
7
jobs:
0 commit comments