From 37824fa74eeb31e36a7b2fdb00bd2b111d38ffe0 Mon Sep 17 00:00:00 2001 From: Nikita Menkovich Date: Fri, 31 Jan 2025 13:57:31 +0100 Subject: [PATCH] fix: remove uploading .ya dir to s3 as we don't use it right now (#2958) --- .github/workflows/nightly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index ef27c53491c..198b11f97a8 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -105,6 +105,6 @@ jobs: test_threads: 32 disk_type: 'network-ssd-nonreplicated' use_network_cache: "yes" - upload_ya_dir: "yes" + upload_ya_dir: "no" clean_ya_dir: "yes" nebius: ${{ vars.GLOBAL_RUN_ON_NEBIUS }}