Implement cancel workflow run endpoint (#1188)

This commit is contained in:
Shuchang Zheng 2024-11-14 01:32:53 -08:00 committed by GitHub
parent d107c3d4db
commit 28d37545bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 76 additions and 4 deletions

View file

@ -335,7 +335,6 @@ class TaskBlock(Block):
organization=organization,
task=task,
step=step,
workflow_run=workflow_run,
task_block=self,
)
except Exception as e: