damccorm commented on code in PR #24121:
URL: https://github.com/apache/beam/pull/24121#discussion_r1020363561


##########
.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:
   As discussed offline, this is because the workflow doesn't fully exercise 
all functionality for all PRs/master runs, it only does that when there are 
potentially breaking changes.
   
   The underlying issue here is that we're attaching to the last published sdk 
docker image (2.42 in this case).



-- 
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]

Reply via email to