Skip to content

Commit 10e449d

Browse files
authored
Merge pull request #8056 from bandi13/fixCoverity
Add several fixes to coverity scan
2 parents ce9d0e2 + c8840a5 commit 10e449d

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/coverity-scan-fixes.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
name: Coverity Scan master branch on a weekly basis
1+
name: Coverity Scan master branch on a daily basis
22

33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 0,12 * * *"
7-
# - cron: "0 0 * * 1"
8-
#on:
9-
# push:
10-
# branches: [ 'master', 'main', 'release/**' ]
6+
- cron: "0 0 * * *"
117

128
jobs:
139
coverity:
10+
if: github.repository_owner == 'wolfssl'
1411
runs-on: ubuntu-latest
1512
steps:
1613
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)