Skip to content

Commit

Permalink
Purge CI workspace before running using GPU (#7039)
Browse files Browse the repository at this point in the history
Purge the workspace for the GPU self-hosted runners
  • Loading branch information
adamrtalbot authored Nov 20, 2024
1 parent af27a50 commit 93fadf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
subworkflows: ${{ steps.outputs.outputs.subworkflows}}
# Prod for version bumping
steps:
- name: Clean Workspace # Purge the workspace in case it's running on a self-hosted runner
uses: AutoModality/action-clean@v1.1.0
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 93fadf8

Please sign in to comment.