Skip to content

Commit aa23e69

Browse files
committed
match old behavior in build-docs
1 parent 8d42781 commit aa23e69

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
component:
1010
description: "Component(s) to build docs for"
11-
required: true
11+
required: false
1212
default: "all"
1313
type: string
1414
# below are the acceptable options:
@@ -18,12 +18,12 @@ on:
1818
# - all
1919
git-tag:
2020
description: "Target git tag to build docs for"
21-
required: true
21+
required: false
2222
default: ""
2323
type: string
2424
is-release:
2525
description: "Are we building release docs?"
26-
required: true
26+
required: false
2727
default: false
2828
type: boolean
2929

0 commit comments

Comments
 (0)