Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read workflow_search input as a boolean (#273) #274

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Read workflow_search input as a boolean (#273) #274

merged 1 commit into from
Feb 21, 2024

Commits on Feb 21, 2024

  1. Read workflow_search input as a boolean (#273)

    In commit f6b0bac we added
    a check for !workflow_search before using the current workflow,
    but with a string this always evaluates to true.
    
    This results in always searching workflows, and if enough
    inputs are unspecified it can find the wrong run id.
    
    Signed-off-by: Kyle Harding <kyle@balena.io>
    klutchell authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    71072fb View commit details
    Browse the repository at this point in the history