From 7945c17a3976c02309dcc389aa62f7a7839a9a6d Mon Sep 17 00:00:00 2001 From: Joanne Stableford <59930035+JoStableford@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:37:42 -0600 Subject: [PATCH] Update name for workflow (#15203) Update name to "Apply latest configuration profiles and macOS updates" Because it used to say update MDM (workflow is for more than MDM), and keeps it in line with workstation group. --- .github/workflows/fleetctl-workstations-canary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fleetctl-workstations-canary.yml b/.github/workflows/fleetctl-workstations-canary.yml index ec04485412..05db7f8e70 100644 --- a/.github/workflows/fleetctl-workstations-canary.yml +++ b/.github/workflows/fleetctl-workstations-canary.yml @@ -1,8 +1,8 @@ -# This workflow applies the latest MDM profiles to the workstations team. +# This workflow applies the latest configuration profiles (macOS settings) and macOS updates minimum version and deadline to the workstations (canary) team. # It uses a fleet instance also built and executed from source. # # It runs automatically when a file is changed in /mdm_profiles. -name: Apply latest MDM profiles (Canary) +name: Apply latest configuration profiles and macOS updates (Canary) on: push: