diff --git a/.github/workflows/HighPriorityIssues.yml b/.github/workflows/HighPriorityIssues.yml
index db8552a..98810ed 100644
--- a/.github/workflows/HighPriorityIssues.yml
+++ b/.github/workflows/HighPriorityIssues.yml
@@ -1,8 +1,8 @@
 name: Create Internal issue when the "High Priority" label is applied
-on:
-  issues:
-    types:
-      - labeled
+#on:
+#  issues:
+#    types:
+#      - labeled
 
 env:
   GH_TOKEN: ${{ secrets.DUCKDBLABS_BOT_TOKEN }}
diff --git a/.github/workflows/distribution.yml b/.github/workflows/distribution.yml
index a8442b6..27ad4f1 100644
--- a/.github/workflows/distribution.yml
+++ b/.github/workflows/distribution.yml
@@ -2,20 +2,20 @@
 # This workflow calls the main distribution pipeline from DuckDB to build, test and (optionally) release the extension
 #
 name: Stable Extension Distribution Pipeline
-on:
-  pull_request:
-    branches:
-      - main
-    paths-ignore:
-      - '**/README.md'
-      - 'doc/**'
-  push:
-    branches:
-      - main
-    paths-ignore:
-      - '**/README.md'
-      - 'doc/**'
-  workflow_dispatch:
+#on:
+#  pull_request:
+#    branches:
+#      - main
+#    paths-ignore:
+#      - '**/README.md'
+#      - 'doc/**'
+#  push:
+#    branches:
+#      - main
+#    paths-ignore:
+#      - '**/README.md'
+#      - 'doc/**'
+#  workflow_dispatch:
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
diff --git a/.github/workflows/main_distribution.yml b/.github/workflows/main_distribution.yml
index 4efc77a..e196aad 100644
--- a/.github/workflows/main_distribution.yml
+++ b/.github/workflows/main_distribution.yml
@@ -1,16 +1,16 @@
 # This workflow calls the main distribution pipeline from DuckDB to build, test and (optionally) release the extension
 #
 name: Main Extension Distribution Pipeline
-on:
-  pull_request:
-    paths-ignore:
-      - '**/README.md'
-      - 'doc/**'
-  push:
-    paths-ignore:
-      - '**/README.md'
-      - 'doc/**'
-  workflow_dispatch:
+#on:
+#  pull_request:
+#    paths-ignore:
+#      - '**/README.md'
+#      - 'doc/**'
+#  push:
+#    paths-ignore:
+#      - '**/README.md'
+#      - 'doc/**'
+#  workflow_dispatch:
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 5597e7d..c43c77a 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -1,4 +1,4 @@
-on: [push, pull_request,repository_dispatch]
+#on: [push, pull_request,repository_dispatch]
 
 defaults:
   run: