1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Only run cleanup if directory was created

This commit is contained in:
Dan Balasescu 2023-10-20 18:58:32 +09:00
parent 6399e65f3f
commit 3c3b0a15a6
No known key found for this signature in database

View File

@ -337,7 +337,7 @@ jobs:
cleanup:
name: Cleanup
needs: [ directory, generator ]
if: ${{ always() }}
if: ${{ always() && needs.directory.result == 'success' }}
runs-on: self-hosted
steps:
- name: Cleanup