damccorm commented on code in PR #24121: URL: https://github.com/apache/beam/pull/24121#discussion_r1020351756
########## .github/workflows/playground_examples_ci.yml: ########## @@ -16,15 +16,7 @@ name: Playground Examples CI on: - push: - paths: - - .github/workflows/playground_examples_ci_reusable.yml - - .github/workflows/playground_examples_ci.yml - - playground/backend/** - - playground/infrastructure/** - - learning/katas/** - - examples/** - - sdks/** + workflow_dispatch: Review Comment: I'm a little confused - isn't this still working fine? https://github.com/apache/beam/actions/workflows/playground_examples_ci.yml?query=branch%3Amaster Am I looking at the wrong thing? -- 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]
