File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed 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
46+ type : choice
4747 required : false
48- default : false
48+ default : ' false'
49+ options :
50+ - ' true'
51+ - ' false'
4952 push :
5053 branches :
5154 - main
@@ -178,7 +181,7 @@ jobs:
178181 runs-on : ubuntu-latest
179182 needs : [integration-tests]
180183 # Run even if integration tests fail on main repository AND push event OR test_report_upload is true in case of manual run
181- if : always() && github.repository == 'linode/linode_api4-python' && (github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.test_report_upload))
184+ if : always() && github.repository == 'linode/linode_api4-python' && (github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.test_report_upload == 'true' ))
182185 outputs :
183186 summary : ${{ steps.set-test-summary.outputs.summary }}
184187
You can’t perform that action at this time.
0 commit comments