Skip Github job if repo variable exists – Ubuntu
We were able to do this on gitlabci but not after we moved to github actions. We want certain jobs like *building docker images, deploying helm chart etc.,) to be skipped if a variable DEPLOY=false is set for the repository.…