ci: Add track name to run-name in patch release workflow (#26979)

This commit is contained in:
Matsu 2026-03-13 11:16:39 +02:00 committed by GitHub
parent 8c3c0dc747
commit 4fcbad8251
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
name: 'Release: Create Patch Release PR'
run-name: 'Release: Create Patch Release PR for track ${{ inputs.track }}'
on:
workflow_dispatch: