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 bae0ede commit 0f7f311Copy full SHA for 0f7f311
.github/workflows/scheduler.yml
@@ -5,7 +5,7 @@ name: Scheduler for Hibernate Reactive CI build
5
6
on:
7
schedule:
8
- - cron: '25 * * * *'
+ - cron: '*/2 * * * *'
9
10
jobs:
11
build-snapshots:
0 commit comments