Skip to content

Commit 7fb127f

Browse files
committed
fix: updated cron schedule to deploy at 4 AM UTC on the 7th of odd-numbered months
1 parent 6e68c74 commit 7fb127f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
77
schedule:
8-
- cron: '0 0 * * 1'
8+
- cron: '0 4 7 1-12/2 *'
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)