Skip to content

Commit 03b7869

Browse files
committed
Run CI workflows at night
1 parent daf56e3 commit 03b7869

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/test-rabbitmq-alphas.yml

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

33
on:
44
schedule:
5-
- cron: '0 * * * *'
5+
- cron: '0 4 * * *'
66
push:
77
branches:
88
- main

.github/workflows/test-supported-java-versions.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
22

33
on:
44
schedule:
5-
- cron: '0 * * * *'
5+
- cron: '0 3 * * *'
66
workflow_dispatch:
77

88
jobs:

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- main
77
workflow_dispatch:
8-
schedule:
9-
- cron: '0 * * * *'
108

119
env:
1210
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)