Skip to content

Commit

Permalink
Changing backwards compatibility GitHub actions UI to show version at…
Browse files Browse the repository at this point in the history
… the start (#1092)
  • Loading branch information
adityabharadwaj198 authored Jan 20, 2025
1 parent 7c21efc commit 704a34c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

run-backwards-compatibility-execution-workflow:
# Job to trigger execution workflows for backwards compatibility test for each version combination
name: Run all backwards compatibility tests execution workflows
name: ${{ matrix.from_version }} Run all backwards compatibility tests execution workflows
needs: [orchestrate, check-if-image-exists, build-and-push-image]
if: always() && (needs.orchestrate.result == 'success')
strategy:
Expand All @@ -164,7 +164,7 @@ jobs:

run-rollback-tests-execution-workflow:
# Job to trigger execution workflows for rollback test for each version combination
name: Run all rollback tests execution workflows
name: ${{ matrix.from_version }} Run all rollback tests execution workflows
needs: [ orchestrate, check-if-image-exists, build-and-push-image ]
if: always() && (needs.orchestrate.result == 'success')
strategy:
Expand Down

0 comments on commit 704a34c

Please sign in to comment.