We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d036a2 commit 11be995Copy full SHA for 11be995
.github/workflows/scheduler.yml
@@ -5,7 +5,7 @@ name: Scheduler for Hibernate Reactive CI build
5
6
on:
7
schedule:
8
- - cron: '25 * * * *'
+ - cron: '*/5 * * * *'
9
10
jobs:
11
build-snapshots:
0 commit comments