Skip to content

Commit

Permalink
fix(github-actions): changed openssf scorecard to run daily at midnight
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Nov 6, 2024
1 parent 01a1ddd commit 51a03ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule:
- cron: '37 23 * * 3'
- cron: '0 0 * * *'
push:
branches: [ "main" ]

Expand Down

0 comments on commit 51a03ca

Please sign in to comment.