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 4fd5f46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cron-jobs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: Security and quality nightly scan

on:
pull_request:
branches:
- eaudetcobello-patch-1
schedule:
- cron: '0 10 * * *'

permissions:
contents: read

jobs:
TICS:
permissions:
Expand Down Expand Up @@ -47,7 +50,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 4fd5f46

Please sign in to comment.