diff --git a/src/main/rb/eca.rb b/src/main/rb/eca.rb
index eecd2b5e4672a0398c59ad8ad51ab29d45fd5b52..fb67dff8905405b28f93ac802f99e0919e5ea81a 100644
--- a/src/main/rb/eca.rb
+++ b/src/main/rb/eca.rb
@@ -55,7 +55,7 @@ gl_repo = ENV['GL_REPOSITORY']
 if (nil_or_empty(gl_repo)) then 
   puts "No Gitlab repository set, likely dealing with non-repo commit, skipping"
   exit 0
-elsif (gl_repo =~ /^wiki-/) then
+elsif (gl_repo =~ /^wiki-/ || gl_repo =~ /^group-\d+-wiki$/) then
   puts "Commit is associated with a wiki, and does not need to be validated. Skipping."
   exit 0
 elsif (gl_repo !~ /^project-/) then