dannymartinm commented on code in PR #22703:
URL: https://github.com/apache/beam/pull/22703#discussion_r951796009


##########
.github/workflows/build_playground_backend.yml:
##########
@@ -17,16 +17,17 @@ name: Build And Deploy Playground Backend Application
 
 on:
   push:
-    tags: 'v*'
+    tags: ['v*']
     branches: ['master', 'release-*']
-  pull_request:
+  pull_request_target:
     paths: ['playground/backend/**']
     branches: ['playground-staging']
   workflow_dispatch:
+permissions: read-all
 jobs:
   build_playground_backend_docker_image:
     name: Build Playground Backend App
-    runs-on: ubuntu-latest
+    runs-on: [self-hosted, ubuntu-20.04]

Review Comment:
   Sure, we created an ORG repo where we did a lot of testing in all the 
workflows over the past months and weeks. 
   
   The past week, we re-created the [ORG 
REPO](https://github.com/sre-apache-beam-dev/beam/actions) for showing you the 
behavior. 
   
   Currently, this branch `gh-actions-runners-migration` is already merge in 
`master` branch for testing our changes. 
   
   Please let us know if you have more questions regarding it, thanks! 



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