diff --git a/.github/workflows/porter-integration.yml b/.github/workflows/porter-integration.yml
index df4e0f5b7..7a177e2f3 100644
--- a/.github/workflows/porter-integration.yml
+++ b/.github/workflows/porter-integration.yml
@@ -6,16 +6,15 @@ name: porter/porter-integration
 on:
   pull_request:
     branches:
-      - main
+    - main
     paths-ignore:
-      - 'docs/**'
+    - 'docs/**'
 
 env:
   GOVERSION: 1.20.7
 
 jobs:
   Integration_test:
-#    if: contains(github.event.comment.body, '/integration_test')
     name: Integration Test
     runs-on: ubuntu-latest
     steps: