Skip to content

Commit e1c6391

Browse files
committed
chore(scanner): update cron trigger to run hourly
1 parent 265ba67 commit e1c6391

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/version_scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
- '**version-scanner**'
88
schedule:
9-
- cron: '0 7 * * 2' # Run weekly on Tuesdays at 7 AM UTC (mirrors main.yml)
9+
- cron: '0 * * * *' # Run hourly at the top of the hour
1010
workflow_dispatch:
1111

1212
permissions:

0 commit comments

Comments
 (0)