We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6edac commit 9b605c1Copy full SHA for 9b605c1
.github/workflows/tag-release-automated.yml
@@ -1,7 +1,7 @@
1
name: Tag and Release (Automated)
2
on:
3
schedule:
4
- - cron: '0 5 * * 1-5' # Run every weekday 5:00 UTC
+ - cron: '0 5 * * 1' # Run every monday 5:00 UTC
5
jobs:
6
cache-pnpm-store:
7
name: Install everything with PNPM and cache it
0 commit comments