Skip to content

Commit 827c224

Browse files
authored
Merge pull request thunderbird#8762 from thunderbird/daily-builds-timing
Run daily builds at 8am EST / 2pm CET
2 parents 5e555fd + 44b85aa commit 827c224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Daily Builds
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '8 20 * * *'
6+
- cron: '8 13 * * *'
77

88
permissions:
99
contents: read

0 commit comments

Comments
 (0)