Skip to content

Commit 16065a1

Browse files
committed
Schedule CI run on every hour
Temporary.
1 parent 3f32fb2 commit 16065a1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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 4 * * *'
5+
- cron: '0 * * * *'
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 4 * * *'
5+
- cron: '0 * * * *'
66
workflow_dispatch:
77

88
jobs:

.github/workflows/test.yml

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

911
env:
1012
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)