Disable PAM module for group
You can use pam_succeed_if
module (see manual page) before the pam_google_authenticator
to skip this part for your group:
# the other authentication methods, such as @include common-auth
auth [success=1 default=ignore] pam_succeed_if.so user ingroup group
auth required pam_google_authenticator ...