mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Add cleanup step
This commit is contained in:
parent
6cf0cbf3a9
commit
e3bbf29333
8
.github/workflows/diffcalc.yml
vendored
8
.github/workflows/diffcalc.yml
vendored
@ -334,6 +334,14 @@ jobs:
|
|||||||
echo "Target: ${{ needs.generator.outputs.TARGET }}"
|
echo "Target: ${{ needs.generator.outputs.TARGET }}"
|
||||||
echo "Spreadsheet: ${{ needs.generator.outputs.SPREADSHEET_LINK }}"
|
echo "Spreadsheet: ${{ needs.generator.outputs.SPREADSHEET_LINK }}"
|
||||||
|
|
||||||
|
cleanup:
|
||||||
|
name: Cleanup
|
||||||
|
needs: [ directory, generator ]
|
||||||
|
if: ${{ always() }}
|
||||||
|
runs-on: self-hosted
|
||||||
|
run: |
|
||||||
|
rm -rf "${{ needs.directory.outputs.GENERATOR_DIR }}"
|
||||||
|
|
||||||
update-comment:
|
update-comment:
|
||||||
name: Update PR comment
|
name: Update PR comment
|
||||||
needs: [ create-comment, generator ]
|
needs: [ create-comment, generator ]
|
||||||
|
Loading…
Reference in New Issue
Block a user