Colimit
  • Product
  • Company
  • FAQ
  • Documentation
  • Blog
  • Pricing
  • Contact
Sign InSign Up
Colimit

Autofix Failed Builds.

© Copyright 2025 Colimit, Corp. All Rights Reserved.

Company
  • About
  • Blog
  • Contact
Product
  • Benefits
  • Features
  • FAQ
  • Documentation
  • Pricing
Socials
  • Discord
  • YouTube
  • Twitter / X
  • LinkedIn
Legal
  • Trust Center
  • Terms of Service
  • Privacy Policy
  • Introduction
    • Async Feedback Loop
    • Specialized For Debugging CI
  • Run Reports
    • Where to Find Run Reports
    • Anatomy of a Run Solution
    • Using a Run Solution
    • Anatomy of a Run Analysis
    • Interacting with a Run Analysis
    • Sharing Links to a Run
    • Managing Relevant Files
    • Run-centric Report History
  • Flaky Builds
    • Auto-Rerunning Flakes

Auto-Rerunning Flakes

Flaky builds can be difficult to completely fix, but Colimit can help tide you over by automatically re-running them while you work things out.

Auto-Rerunning Flaky Workflows

If you'd like Colimit to automatically re-run flaky workflows, so you can put off fixing them for now, you can selectively pick which GitHub Actions Workflows you'd like Colimit to re-run.

Auto-Rerunning Flaky Workflows

Choosing which Workflows to Auto-Rerun

Its common to rerun things like linters, type checkers, unit tests, and integration tests. In contrast, you probably don't want Colimit to automatically rerun things like:

  • Deployment workflows
  • Package publishing workflows
  • Other side-effecting workflows

Properties of Colimit's Auto-Reruns

There are three properties of Colimit w.r.t. auto-rerunning flaky workflows that are important to know:

  1. Colimit will never auto-rerun any Workflow by default, you must manually enable them.
  2. Colimit will only rerun a flaky Workflow if it hasn't already been rerun before, so it won't infinite loop.
  3. Colimit will only rerun the jobs of the workflow that failed, rather than retrunning the entire workflow, to save you time and money.
  1. Auto-Rerunning Flaky Workflows
    1. Choosing which Workflows to Auto-Rerun
    2. Properties of Colimit's Auto-Reruns