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:
parent
e3bbf29333
commit
6c61894514
6
.github/workflows/diffcalc.yml
vendored
6
.github/workflows/diffcalc.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user