1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 04:32:57 +08:00

Cleanup in a step

This commit is contained in:
Dan Balasescu 2023-10-20 11:35:31 +09:00
parent e3bbf29333
commit 6c61894514
No known key found for this signature in database

View File

@ -339,8 +339,10 @@ jobs:
needs: [ directory, generator ]
if: ${{ always() }}
runs-on: self-hosted
run: |
rm -rf "${{ needs.directory.outputs.GENERATOR_DIR }}"
steps:
- name: Cleanup
run: |
rm -rf "${{ needs.directory.outputs.GENERATOR_DIR }}"
update-comment:
name: Update PR comment