merge main

This commit is contained in:
Ed McConnell
2024-12-14 09:56:51 -05:00
parent 7a31db904d
commit 4db916928c
3 changed files with 5 additions and 4 deletions

View File

@@ -297,7 +297,6 @@ export class WorkbenchStore {
const action = artifact.runner.actions.get()[data.actionId];
if (!action || action.executed) {
return;
}