From 82fb2d45289854f55a71bc18d89ff7ed10abf32b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Tue, 5 Nov 2024 15:30:47 -0600 Subject: [PATCH] chore: Fix job name --- .github/workflows/test_dispatcher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_dispatcher.yml b/.github/workflows/test_dispatcher.yml index 8ab5f2138..687869d89 100644 --- a/.github/workflows/test_dispatcher.yml +++ b/.github/workflows/test_dispatcher.yml @@ -39,7 +39,7 @@ jobs: run: echo "matrix={\"changed_file\":${{ steps.filter_files.outputs.filtered_files }}}" >> "$GITHUB_OUTPUT" dispatch_tests: - name: Dispatch tests for ${{ matrix.name }} (${{ matrix.variant }}) + name: Dispatch tests runs-on: ubuntu-latest needs: - get_changed_files