From 358a24b461c6285d628cd8f778f7b3542595b595 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Tue, 15 Jul 2025 14:34:03 -0600 Subject: [PATCH] CI: Give Windows CI workflow a unique name This should :tm: make it easier to identify the workflow in the GitHub Actions UI pane on the website. --- .github/workflows/ci-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 41d43acc090..2d080eb5e8b 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -1,4 +1,4 @@ -name: CI +name: CI (Windows) on: pull_request: