Skip to content

Commit

Permalink
Add cleanup step on self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Jan 26, 2024
1 parent be0e335 commit 8eae079
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,7 @@ jobs:
module load singularity/${{ env.SINGULARITY_VERSION }}; \
singularity run --nv --bind $PWD:/work/build -W /work/build base_cuda.sif_latest.sif ctest \
"
- name: Cleanup
uses: colpal/actions-clean@v1
if: always()

0 comments on commit 8eae079

Please sign in to comment.