Skip to content

Commit

Permalink
Update cron-jobs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Sep 24, 2024
1 parent a2c00fb commit 4278c65
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/cron-jobs.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4278c65

Please sign in to comment.