Skip to content

Conversation

@draco-vetus
Copy link
Contributor

@draco-vetus draco-vetus commented Jan 8, 2026

What is this PR about?

Adds github status checks for deployments and preview deployments.

Changes made

  • Split the clone and build command, to read the commit hash in between

Minor quirks

  • The "in_progress" status is not set immediately, but only after the initial Git clone has completed.
    Reading the commit hash beforehand via git ls-remote could lead to race conditions
  • The "queued" status is not feasible to implement.
    As the deployment is based of branches and not on explicits commits, it is prone to race conditions

Checklist

Before submitting this PR, please make sure that:

Issues related

closes #3405

@draco-vetus draco-vetus force-pushed the feature/GitHub-Status-Checks branch from 1bb3df7 to 1d61c8f Compare January 9, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(Github) Status Checks for Deployments

1 participant