Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/release-4.2.x-alphas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,15 @@ on:
env:
DEV_WORKFLOW_REPOSITORY: "rabbitmq/server-packages"
jobs:
test_mixed_versions:
name: Test mixed clusters before release
uses: ./.github/workflows/test-mixed.yaml
with:
previous_version: 'tags/v3.13.7'

trigger_alpha_build:
runs-on: ubuntu-latest
needs: test_mixed_versions
steps:
- name: Compute prerelease identifier from commit SHA
run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
Expand Down