Skip to content
Merged
Prev Previous commit
Next Next commit
no # bool
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
  • Loading branch information
AA-Turner and webknjaz authored Feb 5, 2025
commit d65e5be2b1cb6902ea3d6f70adcc509694a680da
6 changes: 3 additions & 3 deletions .github/workflows/reusable-change-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ on: # yamllint disable-line rule:truthy
run-windows-msi:
description: Whether to run the MSI installer smoke tests
value: >- # bool
${{ jobs.compute-changes.outputs.run-windows-msi || false }} # bool
${{ jobs.compute-changes.outputs.run-windows-msi || false }}
run-hypothesis:
description: Whether to run the Hypothesis tests
value: >- # bool
${{ jobs.compute-changes.outputs.run-hypothesis || false }} # bool
${{ jobs.compute-changes.outputs.run-hypothesis || false }}
run-ci-fuzz:
description: Whether to run the CIFuzz job
value: >- # bool
${{ jobs.compute-changes.outputs.run-ci-fuzz || false }} # bool
${{ jobs.compute-changes.outputs.run-ci-fuzz || false }}

jobs:
compute-changes:
Expand Down
Loading