Skip to content

FAQ

Positioning questions the homepage raises; each answer links the page or ADR that argues it in full.

Only a GitHub App can create Check Runs. User and OAuth tokens are refused. An App also has exactly one webhook URL, which is why Coolify’s own GitHub connector cannot do this job: its webhook belongs to Coolify’s deploy pipeline and its manifest has no checks permission.

See Register a GitHub App and ADR 003.

Coolify is a supported deployment target and an optional repository source, not the product, and not required for checks. Skip it and everything else works the same: checks still come from a GitHub App you register, and jobs still run here or on any Docker engine you point CI_DOCKER_HOST at.

See Coolify.

Why gate on the check suite instead of push?

Section titled “Why gate on the check suite instead of push?”

Runs trigger on the check suite, build the immutable SHA, and hold to one live run per commit. That is deliberate: gate on the commit, not on the push, without importing a second scheduler. Adding a push case would reverse that decision, not extend it.

See ADR 005.

No GitHub Actions YAML, no actions/runner, no creating GitHub Apps for you, no matrices, caches, or artifacts. Jobs on another machine use a Docker engine via CI_DOCKER_HOST, not Coolify’s API as a job runner.

See Architecture and the homepage’s “What it isn’t” list.