From c01c3c1dd8d1ffe4006668fada91a985c2efad8f Mon Sep 17 00:00:00 2001 From: Reactor Scram Date: Fri, 12 Apr 2024 13:15:11 -0500 Subject: [PATCH] test(integration): remove redundant `integration-test-` prefix (#4601) They all have the same prefix anyway, and it uses up real estate in the CI page **After** image **Before** image --- .github/workflows/_integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_integration_tests.yml b/.github/workflows/_integration_tests.yml index 9150e1333..10c9f2cfc 100644 --- a/.github/workflows/_integration_tests.yml +++ b/.github/workflows/_integration_tests.yml @@ -70,7 +70,7 @@ on: jobs: integration-tests: - name: integration-tests-${{ matrix.test }} + name: ${{ matrix.test }} runs-on: ubuntu-22.04 permissions: contents: read