Skip to content

Commit aaa2a70

Browse files
committed
make is_workflow_call metadata input as not required
1 parent d1ca997 commit aaa2a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ on:
5454
is_workflow_call:
5555
description: "Metadata variable to know whether a workflow call was made"
5656
type: string
57-
required: true
57+
required: false
5858
default: "1"
5959

6060
jobs:

0 commit comments

Comments
 (0)