From 5d3ab4458883d6e1f11e4730b132cfa5137866fc Mon Sep 17 00:00:00 2001 From: "will.li" <120463031+higherordertech@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:43:50 +1000 Subject: [PATCH] fix: set a default name for job identity-multi-worker-test while it is skipped (#3112) Co-authored-by: higherordertech --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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