Skip to content

Commit

Permalink
updating requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Sep 19, 2023
1 parent 53efca8 commit a416aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade_path_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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*****"
Expand Down

0 comments on commit a416aff

Please sign in to comment.