chore: stop sharing a cache with the binary the audit job runs

This commit is contained in:
2026-09-09 12:05:11 +00:00
parent b6a6750499
commit 462d9cbec2
5 changed files with 93 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ pub enum Django {
/// Start a bash session in a fresh django container
Bash,
/// Prepare empty management command 'command' in app 'app'
/// Prepare an empty management command NAME in the app at APP
MakeCommand { app: PathBuf, name: String },
/// Run Django's manage.py makemigrations