From 352bf426c0ad7dea17d207a8a27e7a9318c5e069 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 20 Dec 2024 09:29:42 -0800 Subject: [PATCH] Who really knows yml syntax --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 222da5878d5b..0f16b0abe780 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -530,7 +530,7 @@ jobs: platform_checks: needs: determine if: needs.determine.outputs.platform-checks - name: Platform: ${{ matrix.target }} + name: "Platform: ${{ matrix.target }}" runs-on: ${{ matrix.os }} strategy: fail-fast: true