From 50b1763d9dcfc5dfae6a42a0edf9f139a1e76a6d Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Fri, 14 Feb 2025 22:53:57 +0000 Subject: [PATCH] [Github][CI] Fix Typo in MacOS Job Name This patch changes the name of the MacOS premerge job from permerge-checks-macos to (the presumably correct) premerge-checks-macos. --- .github/workflows/premerge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/premerge.yaml b/.github/workflows/premerge.yaml index 5ec6e8f40efa..49753c0746cb 100644 --- a/.github/workflows/premerge.yaml +++ b/.github/workflows/premerge.yaml @@ -144,7 +144,7 @@ jobs: call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64 bash .ci/monolithic-windows.sh "${{ steps.vars.outputs.windows-projects }}" "${{ steps.vars.outputs.windows-check-targets }}" - permerge-check-macos: + premerge-check-macos: runs-on: macos-14 if: >- github.repository_owner == 'llvm' &&