| Runner | Workflow | Repository | Status | Duration | Started | |
|---|---|---|---|---|---|---|
| {{ $execution->runner_name }} | {{ $execution->workflow_name ?? '-' }} | {{ $execution->repository_full_name ?? '-' }} | @switch($execution->status->value) @case('queued') Queued @break @case('provisioning') Provisioning @break @case('running') Running @break @case('completed') Completed @break @case('failed') Failed @break @case('timed_out') Timed Out @break @case('cleaning') Cleaning @break @endswitch | {{ $execution->duration() ?? '-' }} | {{ $execution->started_at?->diffForHumans() ?? $execution->created_at->diffForHumans() }} |
@if ($execution->workflowJobUrl())
|