Skip to content

Commit

Permalink
update schedule and naming
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Oct 25, 2023
1 parent 0934ad9 commit de37d62
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/coverity_scan.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: FreeRTOS-Kernel Coverity Scan - GCC Posix Demo
on: [push, pull_request]
name: FreeRTOS-Kernel Coverity Scan
on:
push:
branches: [ main ]
schedule: ## Scheduled to run at 12 AM UTC.
- cron: '0 0 * * *'


jobs:

POSIX-GCC:
name: Native GCC
Coverity Scan:
name: Coverity Scan
runs-on: ubuntu-latest
steps:
- name: Checkout the Repository
Expand Down

0 comments on commit de37d62

Please sign in to comment.