We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce9d0e2 + c8840a5 commit 10e449dCopy full SHA for 10e449d
1 file changed
.github/workflows/coverity-scan-fixes.yml
@@ -1,16 +1,13 @@
1
-name: Coverity Scan master branch on a weekly basis
+name: Coverity Scan master branch on a daily basis
2
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: "0 0,12 * * *"
7
-# - cron: "0 0 * * 1"
8
-#on:
9
-# push:
10
-# branches: [ 'master', 'main', 'release/**' ]
+ - cron: "0 0 * * *"
11
12
jobs:
13
coverity:
+ if: github.repository_owner == 'wolfssl'
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
0 commit comments