diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 89431230c59730ac0c7f646eba7399ff2cbda3dd..4d44ec8ad9d608d3d68e48f20cfd449261d72bbe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -281,13 +281,6 @@ Python - Download Database:
   extends:
     - .python
   rules:
-    -
-      changes:
-        - 'src/**/python/**'
-        - 'src/main/resources/catalog.yml'
-        - 'pyproject.toml'
-        - 'poetry.lock'
-      when: on_success
     -
       allow_failure: true
       when: manual
@@ -306,13 +299,6 @@ Python - Convert Database:
   extends:
     - .python
   rules:
-    -
-      changes:
-        - 'src/**/python/**'
-        - 'src/main/resources/catalog.yml'
-        - 'pyproject.toml'
-        - 'poetry.lock'
-      when: on_success
     -
       allow_failure: true
       when: manual