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 7d40158 commit 12d1adbCopy full SHA for 12d1adb
.github/workflows/test-3.11-alpha.yml
@@ -1,9 +1,12 @@
1
name: Test against RabbitMQ 3.11 alpha
2
3
on:
4
+ schedule:
5
+ - cron: '0 4 * * *'
6
push:
7
branches:
8
- 5.16.x-stable
9
+ workflow_dispatch:
10
11
env:
12
RABBITMQ_IMAGE_TAG: 3.11
@@ -30,11 +33,6 @@ jobs:
30
33
distribution: 'temurin'
31
34
java-version: '17'
32
35
cache: 'maven'
- server-id: ossrh
- server-username: MAVEN_USERNAME
- server-password: MAVEN_PASSWORD
36
- gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
37
- gpg-passphrase: MAVEN_GPG_PASSPHRASE
38
- name: Start broker
39
run: ci/start-broker.sh
40
- name: Get dependencies
.github/workflows/test-3.11-stable.yml
@@ -4,6 +4,7 @@ on:
0 commit comments