Skip to content

Commit

Permalink
Update cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Oct 25, 2023
1 parent 5fef377 commit fba344b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverity_scan.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: FreeRTOS-Kernel Coverity Scan
on:
schedule: ## Scheduled to run at 12 AM UTC.
- cron: '0 0 * * *'
schedule: ## Scheduled to run at 1:15 AM UTC daily.
- cron: '15 1 * * *'


jobs:
Expand Down

0 comments on commit fba344b

Please sign in to comment.