From a416affbd880e79365ad2631b0227f5773615fc4 Mon Sep 17 00:00:00 2001 From: Grant Zukel Date: Mon, 18 Sep 2023 20:57:51 -0600 Subject: [PATCH] updating requested changes --- .github/workflows/upgrade_path_testing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upgrade_path_testing.yaml b/.github/workflows/upgrade_path_testing.yaml index c434ea487d..382a4e29be 100644 --- a/.github/workflows/upgrade_path_testing.yaml +++ b/.github/workflows/upgrade_path_testing.yaml @@ -197,7 +197,7 @@ jobs: git_env_file.write("UPGRADE_TYPE=GOV") git_env_file.close() - - name: "NON_CONCENSUS_BREAKING_UPGRADE" + - name: "NON_CONSENSUS_BREAKING_UPGRADE" if: env.UPGRADE_TYPE == 'NONCON' run: | echo ${UPGRADE_TYPE} @@ -238,7 +238,7 @@ jobs: exit 2 fi - - name: "CONCENSUS_BREAKING_UPGRADE" + - name: "CONSENSUS_BREAKING_UPGRADE" if: env.UPGRADE_TYPE == 'GOV' #GOV run: | echo "*****UPGRADE TYPE*****"