Cleanup job depend on release, added missing .cargo folder to fix cc error on workflow build

This commit is contained in:
2025-11-09 12:44:33 +01:00
parent 4763cbed95
commit 1b4194ee7d
4 changed files with 13 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ jobs:
cleanup:
runs-on: self-hosted
needs: [engine, server, ui, test-data-upload]
needs: [engine, server, ui, test-data-upload, release]
if: always()
steps:
- name: Final cleanup