File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 55 # Combined schedule covering both EST and CET working hours
66 # Morning/Early builds
77 - cron : ' 30 6 * * 1-5' # 7:30 AM CET / 1:30 AM EST
8- - cron : ' 0 9 * * 1-5' # 10:00 AM CET / 4:00 AM EST
98 - cron : ' 30 11 * * 1-5' # 12:30 PM CET / 6:30 AM EST
109 # Midday builds
11- - cron : ' 0 14 * * 1-5' # 3:00 PM CET / 9:00 AM EST
12- - cron : ' 30 16 * * 1-5' # 5:30 PM CET / 11:30 AM EST
10+ - cron : ' 30 16 * * 1-5' # 7:30 PM CET / 11:30 AM EST
1311 # Afternoon/Evening builds
14- - cron : ' 0 19 * * 1-5' # 8:00 PM CET / 2:00 PM EST
1512 - cron : ' 30 21 * * 1-5' # 10:30 PM CET / 4:30 PM EST
16- - cron : ' 0 0 * * 2-6' # 1:00 AM CET / 7:00 PM EST (previous day)
17- - cron : ' 30 2 * * 2-6' # 3:30 AM CET / 9:30 PM EST (previous day)
1813 workflow_dispatch :
1914 # Note: If push triggers are added in the future, they should include:
2015 # push:
You can’t perform that action at this time.
0 commit comments