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
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:
parent
e1ca279d90
commit
bca21913fa
|
@ -17,7 +17,7 @@ jobs:
|
|||
steps:
|
||||
- name: Compute prerelease identifier from commit SHA
|
||||
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
|
||||
with:
|
||||
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
|
||||
|
|
|
@ -3,8 +3,7 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
# 4.2.x
|
||||
- "main"
|
||||
- "v4.2.x"
|
||||
paths:
|
||||
- "deps/*/src/**"
|
||||
- 'deps/rabbitmq_management/priv/**'
|
||||
|
@ -18,7 +17,7 @@ jobs:
|
|||
steps:
|
||||
- name: Compute prerelease identifier from commit SHA
|
||||
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
|
||||
with:
|
||||
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue