Update conditions using env variable "AWS" to prevent old pipelines from running tests
Protected branches will have this variable "AWS" defined as 'true' in old pipeline. Change it to check $AWS against '1'. This change will disable the steps that require this variable in all old pipelines.
Edited by Yifei Xu