File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
4848jobs :
4949 compute-changes :
You can’t perform that action at this time.
0 commit comments