Features
Runs

Runs

The Runs page shows recent workflow runs across all your repositories, making it easy to see what's happening right now.

Runs List

Navigate to Runs in the sidebar to see recent runs grouped by repository.

Organization

Runs are grouped by repository with:

  • Pinned repositories first
  • Then sorted by most recent run
  • Each repository shows up to 30 recent runs

Run Information

Each run row displays:

ColumnDescription
WorkflowWorkflow name with link to GitHub
SHAFirst 7 characters of the commit
BranchBranch that triggered the run
ActorGitHub username who triggered
EventTrigger type (push, pull_request, etc.)
DurationHow long the run took
AttemptsNumber of attempts (highlighted if > 1)
ResultStatus badge with conclusion
WhenRelative time (e.g., "5 minutes ago")

Status Badges

BadgeMeaning
success (green)Run completed successfully
failure (red)Run failed
cancelled (gray)Run was cancelled
timed_out (yellow)Run exceeded time limit
running (blue, animated)Run is currently in progress
queued (yellow)Run is waiting to start

Flaky Indicator

Runs that succeeded after being re-run show a "flaky" badge. This helps identify tests that pass inconsistently.

In-Progress Runs

Active runs appear with:

  • Animated blue "running" badge
  • Duration shows "-" (not yet known)
  • Will update on page refresh

Runless receives webhook events in real-time, so in-progress runs appear within seconds of starting.

Viewing Run Details

Click the external link icon to view the full run details on GitHub, including:

  • Complete logs
  • Job breakdown
  • Artifacts

Time Range

The Runs page shows runs from the last 30 days, limited to the 500 most recent runs across all repositories.

Filtering

Use the repository filter to focus on specific repos:

  1. Click the filter dropdown
  2. Select repositories or a saved group
  3. The runs list updates to show only matching runs

Common Workflows

Investigating a Failure

  1. Find the failed run in the list
  2. Note the commit SHA and branch
  3. Click through to GitHub to see the logs
  4. Check if other runs at the same SHA also failed

Tracking Re-runs

Look for runs with "Attempts: 2" or higher. These indicate:

  • Someone manually re-ran a failed workflow
  • A flaky test eventually passed
  • Infrastructure issues that resolved on retry

Seeing What's Running Now

Look for blue "running" badges at the top of each repository section.