{% extends "base.html" %} {% block title %}New run · shipgate{% endblock %} {% block content %}

New run

Choose a branch and suite. Analysis runs in a separate worktree.

{% if error %}
{{ error }}
{% endif %}
{% if branches %} {% else %}

Could not list git branches — enter a branch name manually.

{% endif %}

{{ requirements_text }}

{% if needs_ack %} {% endif %}
{% endblock %}