ci: Set the default start_from job to be empty [skip ci]

This commit is contained in:
2024-11-25 19:09:35 -07:00
parent 4f4633c6b3
commit 5ca6757fb0
+2 -1
View File
@@ -22,9 +22,10 @@ on:
start_from:
description: "Specify the job to start from"
required: false
default: "bump"
default: ""
type: choice
options:
- ""
- bump
- release-plz