Always run cleanup job

[skip ci]
This commit is contained in:
usov_i 2025-02-11 18:12:27 +01:00
parent 1fc30ae3e1
commit 60b90ec9e5

View File

@ -57,3 +57,4 @@ cleanup-job:
script:
- rm -rf $BUILD_PATH
- conda build purge-all
when: always