diff --git a/app/libs/workflow_processors/workflow_run_v2.rb b/app/libs/workflow_processors/workflow_run_v2.rb index cdacd1fb7..93b61f484 100644 --- a/app/libs/workflow_processors/workflow_run_v2.rb +++ b/app/libs/workflow_processors/workflow_run_v2.rb @@ -26,7 +26,7 @@ def re_enqueue end attr_reader :workflow_run - delegate :in_progress?, :successful?, :failed?, :halted?, :artifacts_url, :started_at, :finished_at, to: :runner + delegate :in_progress?, :successful?, :failed?, :error?, :halted?, :artifacts_url, :started_at, :finished_at, to: :runner delegate :github_integration?, :bitrise_integration?, :bitbucket_integration?, to: :integration delegate :build_artifact_name_pattern, to: :workflow_run