chore: Update Langflow Pre-release workflow to include release type in run name

This commit is contained in:
ogabrielluiz 2024-05-27 17:10:25 -03:00
commit 02b7491f2c

View file

@ -1,5 +1,5 @@
name: Langflow Pre-release
run-name: Langflow Pre-release by @${{ github.actor }}
name: Langflow Pre-release (Unified)
run-name: Langflow (${{inputs.release_type}}) Pre-release by @${{ github.actor }}
on:
workflow_dispatch:
inputs: