We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9fd4a commit c9e7007Copy full SHA for c9e7007
1 file changed
.github/workflows/scorecard.yml
@@ -8,7 +8,7 @@ on:
8
- dev
9
schedule:
10
# Weekly on Saturdays at 01:35 UTC (offset from other scheduled jobs)
11
- - cron: "35 1 * * 6"
+ - cron: "30 7 * * 1"
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments