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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user