From 5a8e1018982ec33db47f0cf36658815c44581d07 Mon Sep 17 00:00:00 2001 From: higherordertech Date: Wed, 2 Oct 2024 11:47:29 +1000 Subject: [PATCH] fix: set a default name for job identity-multi-worker-test while it is skipped --- .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