update prompts and docs sections

This commit is contained in:
Laura Abro
2025-04-24 22:02:03 -03:00
parent 5c41ec9119
commit 8f12e574db
4 changed files with 10 additions and 54 deletions

View File

@ -61,6 +61,6 @@ steps = [
description="Update audit results",
prepare=partial(update_audit.prepare, role="worker"),
execute=update_audit.execute,
worker="worker1",
worker="worker2",
),
]