From c56d334922322e228ca711d1f62355603c5ff33a Mon Sep 17 00:00:00 2001 From: Mila Page Date: Wed, 20 Mar 2024 14:36:47 -0700 Subject: [PATCH] Adjust comments --- .github/workflows/release-internal.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-internal.yml b/.github/workflows/release-internal.yml index 5dfd2ab80..99b89e357 100644 --- a/.github/workflows/release-internal.yml +++ b/.github/workflows/release-internal.yml @@ -1,17 +1,14 @@ # What? # -# Send a sha as a fully fledged relase to an internal archive for further processing. +# Tag and release an arbitrary sha. Uploads to an internal archive for further processing. # # How? # -# Checkout the sha -# Test it -# Build it -# Upload it +# After checking out and testing the provided sha, the image is built and uploaded. # # When? # -# Manual trigger +# Manual trigger. name: Release internal patch