Skip to content

Commit 360b87d

Browse files
committed
chore(ci): fix scorecard schedule config
1 parent fbbc538 commit 360b87d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scorecard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: OpenSSF Scorecard
22

33
on:
44
branch_protection_rule:
5-
schedule:
6-
- cron: "42 4 * * SAT"
5+
schedule:
6+
- cron: "42 4 * * SAT"
77
push:
88
branches:
99
- main

0 commit comments

Comments
 (0)