Skip to content

Commit 014d4c0

Browse files
authored
fix: update CRON for scorecard report pipeline (#101)
1 parent 20611e6 commit 014d4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ossf-scorecard-reporting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: OpenSSF Scorecard Monitor
33
on:
44
schedule:
55
# Runs on the first Sunday of each month at 00:00 UTC
6-
- cron: '0 0 1 * 0'
6+
- cron: '0 0 1 * *'
77
# Manual trigger
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)