Skip to content

Commit 282ebe5

Browse files
Update release.yml
Delay release trigger so it starts after proto generation
1 parent 12ec48b commit 282ebe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "00 08 * * 1" # 08:00 UTC every Monday, which is 11:00 AM Moscow time
6+
- cron: "00 15 * * 1" # 15:00 UTC every Monday, which is 6:00 PM Moscow time
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)