Skip to content

Commit 9ebab27

Browse files
committed
Move scorecard scron job to avoid conflict
1 parent 8f3cad6 commit 9ebab27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# To guarantee Maintained check is occasionally updated. See
77
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
88
schedule:
9-
- cron: '0 0 * * *'
9+
- cron: '0 6 * * *'
1010
push:
1111
branches: [ "main" ]
1212
workflow_dispatch:

0 commit comments

Comments
 (0)