github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/circle/yaml/testdata/params/example3.yaml.golden (about) 1 version: "2.1" 2 3 parameters: 4 run_integration_tests: 5 type: boolean 6 default: false 7 8 workflows: 9 integration_tests: 10 when: << pipeline.parameters.run_integration_tests >> 11 jobs: 12 - mytestjob 13 14 jobs: 15 mytestjob: 16 steps: 17 - checkout: {}