File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 - ' false'
4444 test_report_upload :
4545 description : ' Indicates whether to upload the test report to object storage. Defaults to "false"'
46+ type : boolean
4647 required : false
47- default : ' false'
48- type : choice
49- options :
50- - ' true'
51- - ' false'
48+ default : false
5249 push :
5350 branches :
5451 - main
@@ -181,7 +178,7 @@ jobs:
181178 runs-on : ubuntu-latest
182179 needs : [integration-tests]
183180 # Run even if integration tests fail on main repository AND push event OR test_report_upload is true in case of manual run
184- if : always() && github.repository == 'linode/linode_api4-python' && (github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.test_report_upload == 'true' ))
181+ if : always() && github.repository == 'linode/linode_api4-python' && (github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.test_report_upload))
185182 outputs :
186183 summary : ${{ steps.set-test-summary.outputs.summary }}
187184
You can’t perform that action at this time.
0 commit comments