You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`context.current_result` raises `RuntimeError` in concurrent handler mode. Only use it when `run_handlers_concurrently` is `false` (the default).
186
+
`context.current_result` raises `RuntimeError` in concurrent handler mode. Only use it when the action's `HANDLER_EXECUTION` is `HandlerExecution.SEQUENTIAL` (the default).
0 commit comments