fix: Disable workflow locking due to issues (#4708)

* fix: Disable workflow locking due to issues
This commit is contained in:
Omar Ajoue
2022-11-24 09:52:24 +01:00
committed by GitHub
parent b6c57e19fc
commit ee6ac5d341
3 changed files with 9 additions and 9 deletions

View File

@@ -248,7 +248,7 @@ workflowsController.patch(
updateData,
workflowId,
tags,
false,
true,
['owner'],
);