From aabd9354acb55d0649270e8b34eebfe38310dd9b Mon Sep 17 00:00:00 2001 From: Logan Drescher Date: Sun, 22 Sep 2024 10:25:20 -0400 Subject: [PATCH] Clarified in-action when a deploy is happening --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9836996..94c14ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,6 +126,12 @@ jobs: #* Release *# #*******************************************# + ############################################# + # Give nice, clear heads up in GitHub Action that We are Deploying + ############################################# + - name: Start the Deploy Process + if: steps.update-simulator-version.outputs.needDeploy == 'true' + run: echo 'Beginning Deploy Steps ############################################# # If new tag, commit and push documentation #############################################