diff --git a/.github/workflows/deploy_tests_on_pull_request.yml b/.github/workflows/deploy_tests_on_pull_request.yml index a5993606d..944233406 100644 --- a/.github/workflows/deploy_tests_on_pull_request.yml +++ b/.github/workflows/deploy_tests_on_pull_request.yml @@ -14,7 +14,7 @@ jobs: secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - "Dev (live)": + Live: uses: ./.github/workflows/testing_dev_with_live_services.yml secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/testing_dev_with_live_services.yml b/.github/workflows/testing_dev_with_live_services.yml index 0024c7f95..5ca35b9d2 100644 --- a/.github/workflows/testing_dev_with_live_services.yml +++ b/.github/workflows/testing_dev_with_live_services.yml @@ -8,7 +8,7 @@ on: jobs: run: - # Will read on PR dashboard as 'Deploy / Dev (live) / {os} services' + # Will read on PR dashboard as 'Deploy / Live / {os} services' # Action dashboard identified by 'Deploy' # Requirement settings identified as '{os} services' name: ${{ matrix.os }} services