Skip to content

Commit cbce594

Browse files
committed
pnpm and workflow cron
1 parent 59c5a67 commit cbce594

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

.github/workflows/scheduled-package-validation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Scheduled Package Validation Report
22

33
on:
44
schedule:
5-
# Run every seven days at midnight UTC
6-
- cron: '0 0 */7 * *'
5+
# Run weekly on Mondays at 2:00 PM UTC
6+
- cron: '0 14 * * 1'
77
workflow_dispatch: # Allow manual triggering for testing
88

99
jobs:

pnpm-lock.yaml

Lines changed: 18 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)