diff --git a/scripts/release/build/build_scenario.py b/scripts/release/build/build_scenario.py index da9822533..a8cda4a72 100644 --- a/scripts/release/build/build_scenario.py +++ b/scripts/release/build/build_scenario.py @@ -30,7 +30,7 @@ def infer_scenario_from_environment(cls) -> "BuildScenario": # Release scenario and the git tag will be used for promotion process only scenario = BuildScenario.RELEASE logger.info(f"Build scenario: {scenario} (git_tag: {git_tag})") - elif is_patch and is_evg: + elif is_patch or is_evg: scenario = BuildScenario.PATCH logger.info(f"Build scenario: {scenario} (patch_id: {patch_id})") # TODO: Uncomment the following lines when starting to work on staging builds