mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
test cron 2xd
This commit is contained in:
13
.github/workflows/coverity-scan-fixes.yml
vendored
13
.github/workflows/coverity-scan-fixes.yml
vendored
@ -1,12 +1,13 @@
|
|||||||
name: Coverity Scan master branch on a weekly basis
|
name: Coverity Scan master branch on a weekly basis
|
||||||
|
|
||||||
#on:
|
|
||||||
# workflow_dispatch:
|
|
||||||
# schedule:
|
|
||||||
# - cron: "7 3 * * 3"
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches: [ 'master', 'main', 'release/**' ]
|
schedule:
|
||||||
|
- cron: "0 0,12 * * *"
|
||||||
|
# - cron: "0 0 * * 1"
|
||||||
|
#on:
|
||||||
|
# push:
|
||||||
|
# branches: [ 'master', 'main', 'release/**' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
coverity:
|
coverity:
|
||||||
|
Reference in New Issue
Block a user