Skip to content

Commit

Permalink
Rm -rf in actions (and it will be used in all workflows)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk committed Aug 6, 2024
1 parent 38a0fb6 commit d947e8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build_and_test_ya/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d947e8c

Please sign in to comment.