CI: Make Windows CI label name consistent with the preset name

This commit is contained in:
ayeteadoe 2025-06-25 08:59:09 -07:00 committed by Andrew Kaster
parent 7a6e4f5ec8
commit 185be4011b

View File

@ -21,7 +21,7 @@ jobs:
if: |
github.repository == 'LadybirdBrowser/ladybird'
&& contains(github.event.pull_request.labels.*.name, 'windows')
name: 'Windows, x86_64, Windows_SanitizerCI, ClangCL'
name: 'Windows, x86_64, Windows_Sanitizer_CI, ClangCL'
uses: ./.github/workflows/lagom-template.yml
with:
toolchain: 'ClangCL'