Skip to content

Commit 2f95ed9

Browse files
authored
Rm -rf in actions (and it will be used in all workflows) (#7507)
1 parent 38a0fb6 commit 2f95ed9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/actions/build_and_test_ya/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ runs:
7777
-d '{"state":"pending","description":"The check has been started","context":"test_${{inputs.build_preset}}"}'
7878
fi
7979
80+
- name: Clean ya cache
81+
shell: bash
82+
run: rm -rf ~/.ya
83+
8084
- name: Prepare s3cmd
8185
uses: ./.github/actions/s3cmd
8286
with:

.github/workflows/pr_check.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,6 @@ jobs:
212212
with:
213213
ref: ${{ needs.check-running-allowed.outputs.commit_sha }}
214214
fetch-depth: 2
215-
- name: Clean ya cache
216-
shell: bash
217-
run: rm -rf ~/.ya
218215
- name: Setup ydb access
219216
uses: ./.github/actions/setup_ci_ydb_service_account_key_file_credentials
220217
with:

0 commit comments

Comments
 (0)