mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Only run cleanup if directory was created
This commit is contained in:
parent
6399e65f3f
commit
3c3b0a15a6
2
.github/workflows/diffcalc.yml
vendored
2
.github/workflows/diffcalc.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user