Skip to content

Commit fba344b

Browse files
committed
Update cron schedule
1 parent 5fef377 commit fba344b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverity_scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: FreeRTOS-Kernel Coverity Scan
22
on:
3-
schedule: ## Scheduled to run at 12 AM UTC.
4-
- cron: '0 0 * * *'
3+
schedule: ## Scheduled to run at 1:15 AM UTC daily.
4+
- cron: '15 1 * * *'
55

66

77
jobs:

0 commit comments

Comments
 (0)