You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/09/13 15:01:57 UTC

[GitHub] [beam] damccorm commented on a diff in pull request #23160: [GitHub Actions] - Updates in Java Tests to runs-on Self-hosted runners

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org