diff --git a/workflow.module b/workflow.module

--- a/sites/all/modules/contrib/workflow/workflow.module
+++ b/sites/all/modules/contrib/workflow/workflow.module
@@ -583,8 +583,7 @@ function workflow_node_form(&$form, $form_state, $title, $name, $current, $choic
  */
 function workflow_form_alter(&$form, &$form_state, $form_id) {
   // Ignore all forms except comment forms and node editing forms.
-  if ((isset($form['#node']) && $form_id == 'comment_node_' . $form['#node']->type . '_form')
-    || (isset($form['#node']->type) && isset($form['#node']) && $form['#node']->type . '_node_form' == $form_id)) {
+  if ((isset($form['#node']->type) && isset($form['#node']) && $form['#node']->type . '_node_form' == $form_id)) {
     // Skip if there are no workflows.
     if (isset($form['#node'])) {
       $node = $form['#node'];
