Skip to content

Inconsistent run_ui_tests required parameter in global-ci.yml #133

@shawn-hurley

Description

@shawn-hurley

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions