We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23e383 commit ae74245Copy full SHA for ae74245
.github/workflows/reusable-change-detection.yml
@@ -39,7 +39,7 @@ on: # yamllint disable-line rule:truthy
39
run-windows:
40
description: Whether to run the Windows CI
41
value: >- # bool
42
- ${{ jobs.compute-changes.outputs.run-windows || false }}
+ ${{ jobs.compute-changes.outputs.run-windows || true }}
43
run_hypothesis:
44
description: Whether to run the Hypothesis tests
45
0 commit comments