From f03df91555ecf6f1472ca26e0638e4ee1b94e485 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 16 Oct 2025 11:55:09 -0400 Subject: [PATCH] Fix capitalization in workflow name (#34353) --- .github/workflows/dogfood-gitops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dogfood-gitops.yml b/.github/workflows/dogfood-gitops.yml index e0b5312431..6b3c01577a 100644 --- a/.github/workflows/dogfood-gitops.yml +++ b/.github/workflows/dogfood-gitops.yml @@ -1,4 +1,4 @@ -name: 'Apply latest configuration to dogfood with gitops' +name: 'Apply latest configuration to dogfood with GitOps' on: push: