Skip to content

Commit

Permalink
Add Scorecard schedule (#1299)
Browse files Browse the repository at this point in the history
Signed-off-by: fengshunli <1171313930@qq.com>
  • Loading branch information
fengshunli authored Mar 13, 2023
1 parent 70cb840 commit b7eff36
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/sonarcloud.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Sonarcloud Scan

on:
schedule:
# Weekly on Saturdays.
- cron: '30 1 * * 6'
push:
branches:
- 'master'
- 'release*'
branches: [ master ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit b7eff36

Please sign in to comment.