GitHub Actions: Fix several outdated comments
Trigger a 4.2.x alpha release build / trigger_alpha_build (push) Waiting to run Details
Test (make) / Build and Xref (1.18, 26) (push) Waiting to run Details
Test (make) / Build and Xref (1.18, 27) (push) Waiting to run Details
Test (make) / Build and Xref (1.18, 28) (push) Waiting to run Details
Test (make) / Test (1.18, 28, khepri) (push) Waiting to run Details
Test (make) / Test (1.18, 28, mnesia) (push) Waiting to run Details
Test (make) / Test mixed clusters (1.18, 28, khepri) (push) Waiting to run Details
Test (make) / Test mixed clusters (1.18, 28, mnesia) (push) Waiting to run Details
Test (make) / Type check (1.18, 28) (push) Waiting to run Details

(cherry picked from commit 29618a243e)
This commit is contained in:
Arnaud Cogoluègnes 2025-10-06 10:27:44 +02:00 committed by Jean-Sébastien Pédron
parent e1ca279d90
commit bca21913fa
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
2 changed files with 3 additions and 4 deletions

View File

@ -17,7 +17,7 @@ jobs:
steps: steps:
- name: Compute prerelease identifier from commit SHA - name: Compute prerelease identifier from commit SHA
run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
- name: Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }} - name: Trigger a 4.1.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
uses: peter-evans/repository-dispatch@v4 uses: peter-evans/repository-dispatch@v4
with: with:
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }} token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}

View File

@ -3,8 +3,7 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
# 4.2.x - "v4.2.x"
- "main"
paths: paths:
- "deps/*/src/**" - "deps/*/src/**"
- 'deps/rabbitmq_management/priv/**' - 'deps/rabbitmq_management/priv/**'
@ -18,7 +17,7 @@ jobs:
steps: steps:
- name: Compute prerelease identifier from commit SHA - name: Compute prerelease identifier from commit SHA
run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
- name: Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }} - name: Trigger a 4.2.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
uses: peter-evans/repository-dispatch@v4 uses: peter-evans/repository-dispatch@v4
with: with:
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }} token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}