From d947e8c2300485900c933d92e6fea55e967f86db Mon Sep 17 00:00:00 2001 From: Maxim Yurchuk Date: Tue, 6 Aug 2024 15:12:39 +0000 Subject: [PATCH] Rm -rf in actions (and it will be used in all workflows) --- .github/actions/build_and_test_ya/action.yml | 4 ++++ .github/workflows/pr_check.yml | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/actions/build_and_test_ya/action.yml b/.github/actions/build_and_test_ya/action.yml index b3ba245b7e93..6b921e4c5cfe 100644 --- a/.github/actions/build_and_test_ya/action.yml +++ b/.github/actions/build_and_test_ya/action.yml @@ -77,6 +77,10 @@ runs: -d '{"state":"pending","description":"The check has been started","context":"test_${{inputs.build_preset}}"}' fi + - name: Clean ya cache + shell: bash + run: rm -rf ~/.ya + - name: Prepare s3cmd uses: ./.github/actions/s3cmd with: diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index 1d2cbf4e8c98..bde490893daa 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -212,9 +212,6 @@ jobs: with: ref: ${{ needs.check-running-allowed.outputs.commit_sha }} fetch-depth: 2 - - name: Clean ya cache - shell: bash - run: rm -rf ~/.ya - name: Setup ydb access uses: ./.github/actions/setup_ci_ydb_service_account_key_file_credentials with: