Skip to content

Commit

Permalink
Run coverity once a day only
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Fekete committed Oct 7, 2024
1 parent 7645813 commit 4c84069
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/coverity-scan-fixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ name: Coverity Scan master branch on a weekly basis
on:
workflow_dispatch:
schedule:
- cron: "0 0,12 * * *"
# - cron: "0 0 * * 1"
#on:
# push:
# branches: [ 'master', 'main', 'release/**' ]
- cron: "0 0 * * *"

jobs:
coverity:
Expand Down

0 comments on commit 4c84069

Please sign in to comment.