1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 21:40:56 +08:00

Only run cleanup if directory was created

This commit is contained in:
Dan Balasescu
2023-10-20 18:58:32 +09:00
Unverified
parent 6399e65f3f
commit 3c3b0a15a6
+1 -1
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