Skip to content

Commit d65e5be

Browse files
AA-Turnerwebknjaz
andauthored
no # bool
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
1 parent 49f02be commit d65e5be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ on: # yamllint disable-line rule:truthy
3535
run-windows-msi:
3636
description: Whether to run the MSI installer smoke tests
3737
value: >- # bool
38-
${{ jobs.compute-changes.outputs.run-windows-msi || false }} # bool
38+
${{ jobs.compute-changes.outputs.run-windows-msi || false }}
3939
run-hypothesis:
4040
description: Whether to run the Hypothesis tests
4141
value: >- # bool
42-
${{ jobs.compute-changes.outputs.run-hypothesis || false }} # bool
42+
${{ jobs.compute-changes.outputs.run-hypothesis || false }}
4343
run-ci-fuzz:
4444
description: Whether to run the CIFuzz job
4545
value: >- # bool
46-
${{ jobs.compute-changes.outputs.run-ci-fuzz || false }} # bool
46+
${{ jobs.compute-changes.outputs.run-ci-fuzz || false }}
4747
4848
jobs:
4949
compute-changes:

0 commit comments

Comments
 (0)