From 6075b266e7a72305149d561dac8ba5f09c422b32 Mon Sep 17 00:00:00 2001 From: Duncan Horn Date: Thu, 8 Jan 2026 16:22:31 -0800 Subject: [PATCH 1/3] Yet another formatting test --- include/wil/com.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wil/com.h b/include/wil/com.h index f6ff5d1e..7f3d45b8 100644 --- a/include/wil/com.h +++ b/include/wil/com.h @@ -52,7 +52,7 @@ namespace details // the added complexity. template struct is_com_convertible - : wistd::bool_constant<__is_convertible_to(TFrom, TTo) && (__is_abstract(TFrom) || wistd::is_same::value)> + : wistd::bool_constant<__is_convertible_to(TFrom, TTo) && (__is_abstract(TFrom) || wistd::is_same::value)> { }; From 318bca32210cf0b29d259ee366c723c95029ef87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 00:25:45 +0000 Subject: [PATCH 2/3] Run clang-format on PR changes --- include/wil/com.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wil/com.h b/include/wil/com.h index 7f3d45b8..f6ff5d1e 100644 --- a/include/wil/com.h +++ b/include/wil/com.h @@ -52,7 +52,7 @@ namespace details // the added complexity. template struct is_com_convertible - : wistd::bool_constant<__is_convertible_to(TFrom, TTo) && (__is_abstract(TFrom) || wistd::is_same::value)> + : wistd::bool_constant<__is_convertible_to(TFrom, TTo) && (__is_abstract(TFrom) || wistd::is_same::value)> { }; From 374906bbb142fe0d428f6f80de5df468de6871d4 Mon Sep 17 00:00:00 2001 From: Duncan Horn Date: Fri, 9 Jan 2026 13:17:54 -0800 Subject: [PATCH 3/3] Test adding workflow_dispatch to CI workflow to see if I can manually run it for PRs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 263ccad7..83435ee1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ permissions: on: pull_request: + workflow_dispatch: push: branches: - master