[SEBA-376] Splitting workflow from profile, rename att-workflow to seba

Change-Id: I19975b80fd6f7b6d2dc673cf1a76bd47fc3717c7
diff --git a/scripts/helmlint.sh b/scripts/helmlint.sh
index 4af271c..aabdca0 100755
--- a/scripts/helmlint.sh
+++ b/scripts/helmlint.sh
@@ -41,7 +41,7 @@
   chartdir=$(dirname "${chart}")
 
   # only update dependencies for profiles
-  if [[ $chartdir =~ xos-profiles ]] && [ -f "${chartdir}/requirements.yaml" ]
+  if [[ $chartdir =~ xos-profiles || $chartdir =~ workflows ]] && [ -f "${chartdir}/requirements.yaml" ]
   then
     helm dependency update "${chartdir}"
   fi