Skip to content

Commit

Permalink
Run the windows build in all the cases except when it was a PR and it…
Browse files Browse the repository at this point in the history
… contains only changes to Configure or Makefile files
  • Loading branch information
srinivasreddy committed Feb 5, 2025
1 parent c23e383 commit ae74245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-change-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae74245

Please sign in to comment.