From c78e2efc8cdf5290ba221ec473c9414c27c8aaca Mon Sep 17 00:00:00 2001 From: eaudetcobello Date: Tue, 24 Sep 2024 13:17:26 -0400 Subject: [PATCH] Update cron-jobs.yaml --- .github/workflows/cron-jobs.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cron-jobs.yaml b/.github/workflows/cron-jobs.yaml index fc658da515..974ee03f00 100644 --- a/.github/workflows/cron-jobs.yaml +++ b/.github/workflows/cron-jobs.yaml @@ -1,12 +1,14 @@ name: Security and quality nightly scan on: - schedule: - - cron: '0 10 * * *' + pull_request: + push: + # schedule: + # - cron: '0 10 * * *' permissions: contents: read - + jobs: TICS: permissions: @@ -47,7 +49,7 @@ jobs: # TICS requires us to have the test results in cobertura xml format under the # directory use below - make go.unit + sudo make go.unit go install github.com/boumenot/gocover-cobertura@latest gocover-cobertura < coverage.txt > coverage.xml mkdir .coverage