generated from konveyor/template-repo
-
Couldn't load subscription status.
- Fork 13
Open
Description
Description
The run_ui_tests input parameter has inconsistent required values between workflow_call and workflow_dispatch triggers in global-ci.yml.
Location
.github/workflows/global-ci.yml
Details
- workflow_call (line 38-39):
required: false,default: true - workflow_dispatch (line 119-121):
required: true,default: true
Impact
Inconsistent behavior between workflow calls and manual dispatches. When calling via workflow_call, the parameter is optional, but when manually dispatching, it's required.
Recommendation
Both should use required: false for consistency, since a default value is provided.
Related Files
.github/workflows/global-ci.yml:38-39.github/workflows/global-ci.yml:119-121
Metadata
Metadata
Assignees
Labels
No labels