Skip to content

Commit ae74245

Browse files
committed
Run the windows build in all the cases except when it was a PR and it contains only changes to Configure or Makefile files
1 parent c23e383 commit ae74245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-change-detection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on: # yamllint disable-line rule:truthy
3939
run-windows:
4040
description: Whether to run the Windows CI
4141
value: >- # bool
42-
${{ jobs.compute-changes.outputs.run-windows || false }}
42+
${{ jobs.compute-changes.outputs.run-windows || true }}
4343
run_hypothesis:
4444
description: Whether to run the Hypothesis tests
4545
value: >- # bool

0 commit comments

Comments
 (0)