Skip to content

Commit 5e4f85d

Browse files
authored
Update build-check-install.yaml (#261)
make the parameter truly optional Currently our pipelines are failing because of that: https://github.com/insightsengineering/tern/actions/runs/11680162775 Signed-off-by: Pawel Rucki <[email protected]>
1 parent 88492de commit 5e4f85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-check-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ on:
169169
description: |
170170
Passed to `insightsengineering/actions/setup-r-dependencies`.
171171
Used only if deps-installation-method == 'setup-r-dependencies'.
172-
required: true
172+
required: false
173173
type: string
174174
default: "1"
175175
unit-test-report-brand:

0 commit comments

Comments
 (0)