Skip to content

Commit c319792

Browse files
Reduce the frequency of the schedule
Signed-off-by: Ilayaperumal Gopinathan <[email protected]>
1 parent a2d00d1 commit c319792

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,11 @@ on:
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:

0 commit comments

Comments
 (0)