Skip to content

Conversation

@iliakur
Copy link
Contributor

@iliakur iliakur commented Dec 22, 2025

What does this PR do?

We build ddev when we release it, no need to rebuild every time we merge anything to master.

Motivation

Wasting compute and introducing noise to our monitoring dashboards: the build job flakes sometimes due to networking issues.
These flakes teach us to ignore the failures, so hide the real ones.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged
@github-actions
Copy link

⚠️ Recommendation: Add qa/skip-qa label

This PR does not modify any files shipped with the agent.

To help streamline the release process, please consider adding the qa/skip-qa label if these changes do not require QA testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment