> ## Documentation Index
> Fetch the complete documentation index at: https://commander-docs.cyshel.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GitHub Actions

> View and manage CI/CD workflows from Commander.

## Overview

Commander integrates with GitHub Actions, letting you monitor and manage CI/CD workflows directly from the app. Requires a connected GitHub account.

## Viewing Workflows

See all GitHub Actions workflows configured for your repository:

* Workflow name, file path, and current state
* Badge URL for quick status reference

## Workflow Runs

Monitor recent workflow runs with:

* **Status** — Queued, in progress, or completed
* **Conclusion** — Success, failure, cancelled, etc.
* **Branch** — Which branch triggered the run
* **Event** — Push, pull request, manual dispatch, etc.
* **Actor** — Who triggered the run

## Job Details

Drill into individual jobs within a workflow run:

* Job name and status
* Start and completion times
* Direct link to GitHub for full logs

## Dispatching Workflows

Trigger workflows manually from Commander:

1. Select a workflow
2. Choose the branch (ref) to run against
3. Optionally provide custom inputs (if the workflow accepts `workflow_dispatch` inputs)
4. Click dispatch

## Cancelling Runs

Cancel a running workflow directly from Commander without opening GitHub.

## Pinning Workflows

Pin frequently-used workflows for quick access:

* Configure pinned workflows in **Settings → Repository → GitHub Actions**
* Pinned workflows appear prominently in the workspace view
