Skip to content

Commit

Permalink
Remove old checkout files from GitHub workspace (#7146)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavya01 authored May 30, 2024
1 parent 0ca090c commit ffbbd43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/_build_torch_xla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
BAZEL_REMOTE_CACHE: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}
BUILD_CPP_TESTS: 1
steps:
# See https://github.com/actions/checkout/issues/1014#issuecomment-1906802802
- name: Clean up workspace
run: |
ls -la
rm -rvf ${GITHUB_WORKSPACE}/*
- name: Setup gcloud
shell: bash
run: |
Expand Down

0 comments on commit ffbbd43

Please sign in to comment.