damccorm commented on code in PR #23160:
URL: https://github.com/apache/beam/pull/23160#discussion_r969744772
##########
.github/workflows/java_tests.yml:
##########
@@ -18,38 +18,40 @@
# To learn more about GitHub Actions in Apache Beam check the CI.md
name: Java Tests
-
on:
workflow_dispatch:
inputs:
runDataflow:
description: 'Type "true" if you want to run Dataflow tests (GCP
variables must be configured, check CI.md)'
- default: false
+ default: 'false'
+ required: true
Review Comment:
```suggestion
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]