Skip to content

Commit

Permalink
Clarified in-action when a deploy is happening
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Sep 22, 2024
1 parent c6384c1 commit aabd935
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#############################################
Expand Down

0 comments on commit aabd935

Please sign in to comment.