Skip to content

Commit

Permalink
Fix: Run scorecard on every push to main
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop Gopalakrishnan <[email protected]>
  • Loading branch information
anoop2811 committed Jan 16, 2024
1 parent 804e30e commit f5f1acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
branch_protection_rule:
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule:
- cron: '0 11 * * 1'
# schedule:
# - cron: '0 11 * * 1'
push:
branches: [ "main" ]

Expand Down

0 comments on commit f5f1acd

Please sign in to comment.