Skip to content

Commit

Permalink
Merge pull request #1166 from wlemkows/cov-oad
Browse files Browse the repository at this point in the history
Set cron for coverity run
  • Loading branch information
pbalcer committed Dec 11, 2023
2 parents e69ed21 + 601df77 commit 0e281bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ name: coverity-unified-runtime
# It runs static analysis build - Coverity. It requires special token (set in CI's secret).

on:
push:
branches: ["main"]
schedule:
# Run every day at 23:00 UTC
- cron: '0 23 * * *'
workflow_dispatch:

env:
Expand Down

0 comments on commit 0e281bc

Please sign in to comment.