Skip to content

Commit 2261c71

Browse files
committed
ci: run catalog validation daily instead of weekly
1 parent 172b9c6 commit 2261c71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Validate Package Catalog
22

33
on:
44
schedule:
5-
- cron: '0 9 * * 1' # Every Monday 9am UTC
5+
- cron: '0 9 * * *' # Every day 9am UTC
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)