diff --git a/.drone.yml b/.drone.yml
index 63172ad..40ba8dd 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -5,10 +5,10 @@ trigger:
   release: true
 
 steps:
-  - name: checkout
-    image: plugins/git
-    settings:
-      repo: https://github.com/insignia-live/setup-assistant-release.git
+  # - name: checkout
+  #   image: plugins/git
+  #   settings:
+  #     repo: https://github.com/insignia-live/setup-assistant-release.git
 
   - name: run
     image: alpine:3.13
@@ -23,9 +23,9 @@ steps:
         elif [[ "$latestReleaseTag" = "$targetReleaseTag" ]]; then
           echo "The release tag is the same as the target tag."
           echo "Running testing step..."
-          exit 0  # Trigger the testing step
         else
           echo "The new release is older than the one I have."
+          exit 0  # Trigger the testing step
         fi
     when:
       status: