Skip to content

Commit 9ffc09a

Browse files
committed
release_tag not required for pre-merge
1 parent ad72ccc commit 9ffc09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
inputs:
2525
release_tag:
2626
description: 'Release tag to build'
27-
required: true
27+
required: false
2828
type: string
2929
publish_image:
3030
description: 'Publish Docker image to GHCR'

0 commit comments

Comments
 (0)