From ae74245bee8d3145100ec6ec1f0b5937a1cea4d4 Mon Sep 17 00:00:00 2001 From: Srinivas Reddy Thatiparthy Date: Tue, 28 Jan 2025 20:10:44 +0530 Subject: [PATCH] Run the windows build in all the cases except when it was a PR and it contains only changes to Configure or Makefile files --- .github/workflows/reusable-change-detection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-change-detection.yml b/.github/workflows/reusable-change-detection.yml index ed02c772dae3bf..6a12437ce0f25c 100644 --- a/.github/workflows/reusable-change-detection.yml +++ b/.github/workflows/reusable-change-detection.yml @@ -39,7 +39,7 @@ on: # yamllint disable-line rule:truthy run-windows: description: Whether to run the Windows CI value: >- # bool - ${{ jobs.compute-changes.outputs.run-windows || false }} + ${{ jobs.compute-changes.outputs.run-windows || true }} run_hypothesis: description: Whether to run the Hypothesis tests value: >- # bool