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 5f69116 commit 84e217eCopy full SHA for 84e217e
.github/workflows/release-4.2.x-alphas.yaml
@@ -13,8 +13,15 @@ on:
13
env:
14
DEV_WORKFLOW_REPOSITORY: "rabbitmq/server-packages"
15
jobs:
16
+ test_mixed_versions:
17
+ name: Test mixed clusters before release
18
+ uses: ./.github/workflows/test-mixed.yaml
19
+ with:
20
+ previous_version: 'tags/v3.13.7'
21
+
22
trigger_alpha_build:
23
runs-on: ubuntu-latest
24
+ needs: test_mixed_versions
25
steps:
26
- name: Compute prerelease identifier from commit SHA
27
run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
0 commit comments