Skip to content

Commit

Permalink
fix(action): fixed cron parameter in ossf scorecard action
Browse files Browse the repository at this point in the history
Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
  • Loading branch information
VRamakrishna committed Jun 7, 2024
1 parent def7b79 commit 0f89dbe
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 @@ -14,7 +14,7 @@ on:
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule:
- cron: '30 2 * * 7'
- cron: '30 2 * * 6'
push:
branches: [ "main" ]

Expand Down

0 comments on commit 0f89dbe

Please sign in to comment.