diff options
author | Joas Schilling <coding@schilljs.com> | 2023-10-27 08:12:55 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-01-26 13:53:33 +0100 |
commit | 5ebc5be68350724ff4b67d179f3ac456191943a1 (patch) | |
tree | ca4d7844b9fc51f4a00994cebf283abe29307459 | |
parent | 34ea298843f8d5c6f3c51dce68fa17b6c7e0b93d (diff) | |
download | nextcloud-server-5ebc5be68350724ff4b67d179f3ac456191943a1.tar.gz nextcloud-server-5ebc5be68350724ff4b67d179f3ac456191943a1.zip |
Skip the large download again
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | .github/workflows/integration-sqlite.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration-sqlite.yml b/.github/workflows/integration-sqlite.yml index 0e903cf50d2..b9739182a73 100644 --- a/.github/workflows/integration-sqlite.yml +++ b/.github/workflows/integration-sqlite.yml @@ -61,7 +61,7 @@ jobs: - 'dav_features' - 'features' - 'federation_features' - - 'files_features' + - '--tags ~@large files_features' - 'filesdrop_features' #- 'ldap_features' - 'remoteapi_features' |