From c28468884bde752d4a868961fb58564d75fa195a Mon Sep 17 00:00:00 2001 From: Kevin Lau Date: Mon, 7 Sep 2026 01:51:20 +0800 Subject: [PATCH] ci: trigger self-host image build --- .github/workflows/self-host-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/self-host-images.yml b/.github/workflows/self-host-images.yml index 0cba9bea951..c63080c8d9e 100644 --- a/.github/workflows/self-host-images.yml +++ b/.github/workflows/self-host-images.yml @@ -4,7 +4,7 @@ # `cargo x workflows`: it is not part of Macro's own deploy pipeline and does # not touch AWS or Pulumi. # -# The service image builds the focused Email production aggregate used by the +# The service image builds the focused Email production aggregate consumed by the # VPS deployment. It intentionally avoids the full local development stack. name: Self-host images