diff --git a/.github/workflows/cron-jobs.yaml b/.github/workflows/cron-jobs.yaml index fc658da51..974ee03f0 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