Skip to content

Commit 9b605c1

Browse files
change tag-release-automated.yml to only run once a week
1 parent bc6edac commit 9b605c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-release-automated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Tag and Release (Automated)
22
on:
33
schedule:
4-
- cron: '0 5 * * 1-5' # Run every weekday 5:00 UTC
4+
- cron: '0 5 * * 1' # Run every monday 5:00 UTC
55
jobs:
66
cache-pnpm-store:
77
name: Install everything with PNPM and cache it

0 commit comments

Comments
 (0)