Skip to content

Commit 5fa8284

Browse files
committed
refactor: ✏️ explain about cron meaning
1 parent d665413 commit 5fa8284

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

template/.github/workflows/scorecards.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
# To guarantee Maintained check is occasionally updated. See
1010
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
1111
schedule:
12+
# Default used by the scorecard action.
13+
# Runs every Tuesday at 7:20am UTC. See https://crontab.guru/#20_7_*_*_2
1214
- cron: "20 7 * * 2"
1315
push:
1416
branches:

0 commit comments

Comments
 (0)