diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb4a49f926..a73f021d29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -791,7 +791,7 @@ jobs: - test_name: lit-di-substrate-identity-multiworker-test - test_name: lit-dr-vc-multiworker-test - test_name: lit-resume-worker - name: ${{ matrix.test_name }} + name: ${{ matrix.test_name || 'identity-multi-worker-test' }} steps: - uses: actions/checkout@v4