From f4b603fa4e6db6ad1a03333c480c0f068240a01a Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Wed, 10 Jul 2024 08:37:42 -0500 Subject: [PATCH] test cron 2xd --- .github/workflows/coverity-scan-fixes.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverity-scan-fixes.yml b/.github/workflows/coverity-scan-fixes.yml index 71955b7a9..687a2394e 100644 --- a/.github/workflows/coverity-scan-fixes.yml +++ b/.github/workflows/coverity-scan-fixes.yml @@ -1,12 +1,13 @@ name: Coverity Scan master branch on a weekly basis -#on: -# workflow_dispatch: -# schedule: -# - cron: "7 3 * * 3" on: - push: - branches: [ 'master', 'main', 'release/**' ] + workflow_dispatch: + schedule: + - cron: "0 0,12 * * *" +# - cron: "0 0 * * 1" +#on: +# push: +# branches: [ 'master', 'main', 'release/**' ] jobs: coverity: