Skip to content

Commit bc8f2fa

Browse files
committed
Execute multi-Java test suite on Thursday morning
Better balanced in the week than on Wednesday morning. (cherry picked from commit cc44e22)
1 parent 458ac1d commit bc8f2fa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test-3.11-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test against RabbitMQ 3.11 alpha
22

33
on:
44
schedule:
5-
- cron: '0 4 ? * SUN,WED'
5+
- cron: '0 4 ? * SUN,THU'
66
pull_request:
77
branches:
88
- 5.x.x-stable

.github/workflows/test-native-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test GraalVM native image
22

33
on:
44
schedule:
5-
- cron: '0 4 ? * SUN,WED'
5+
- cron: '0 4 ? * SUN,THU'
66
workflow_dispatch:
77

88
env:

.github/workflows/test-supported-java-versions-5.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test against supported Java versions (5.x)
22

33
on:
44
schedule:
5-
- cron: '0 4 ? * SUN,WED'
5+
- cron: '0 4 ? * SUN,THU'
66
workflow_dispatch:
77

88
env:

.github/workflows/test-supported-java-versions-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test against supported Java versions (main)
22

33
on:
44
schedule:
5-
- cron: '0 4 ? * SUN,WED'
5+
- cron: '0 4 ? * SUN,THU'
66
workflow_dispatch:
77

88
env:

0 commit comments

Comments
 (0)