From a73c7b700143670e36d9aa43dcde1119c3ade67e Mon Sep 17 00:00:00 2001 From: nabim777 Date: Wed, 22 Apr 2026 09:49:08 +0545 Subject: [PATCH] ci: Remove the ratelimit occ command Signed-off-by: nabim777 --- .github/workflows/shared_workflow.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/shared_workflow.yml b/.github/workflows/shared_workflow.yml index 17abb3b86..0a0cc598a 100644 --- a/.github/workflows/shared_workflow.yml +++ b/.github/workflows/shared_workflow.yml @@ -301,8 +301,6 @@ jobs: - name: Configure Nextcloud server run: | - # Disable share rate limit protection - docker exec nextcloud /bin/bash -c 'occ config:system:set ratelimit.protection.enabled --value false --type bool' # Enable apps if [ "${{matrix.nextcloudVersion}}" == "master" ]; then # enable app even if it is not compatible with the master branch