Cleanup job depend on release, added missing .cargo folder to fix cc error on workflow build
This commit is contained in:
2
.github/workflows/dispatcher.yml
vendored
2
.github/workflows/dispatcher.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user