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