From c8840a53adae583b2df6290e68fdac452c2e124c Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Wed, 9 Oct 2024 11:51:56 -0400 Subject: [PATCH] Add several fixes to coverity scan --- .github/workflows/coverity-scan-fixes.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverity-scan-fixes.yml b/.github/workflows/coverity-scan-fixes.yml index 687a2394e..99ccc8483 100644 --- a/.github/workflows/coverity-scan-fixes.yml +++ b/.github/workflows/coverity-scan-fixes.yml @@ -1,16 +1,13 @@ -name: Coverity Scan master branch on a weekly basis +name: Coverity Scan master branch on a daily basis on: workflow_dispatch: schedule: - - cron: "0 0,12 * * *" -# - cron: "0 0 * * 1" -#on: -# push: -# branches: [ 'master', 'main', 'release/**' ] + - cron: "0 0 * * *" jobs: coverity: + if: github.repository_owner == 'wolfssl' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4