You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "damccorm (via GitHub)" <gi...@apache.org> on 2023/02/17 20:06:50 UTC

[GitHub] [beam] damccorm commented on a diff in pull request #25542: [#25541] Stop use of self hosted runners for some workflows.

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


##########
.github/workflows/git_tag_released_version.yml:
##########
@@ -32,7 +32,7 @@ on:
 
 jobs:
   generate_tags:
-    runs-on: [self-hosted, ubuntu-20.04]
+    runs-on: ubuntu-latest

Review Comment:
   Its not totally clear if these release tasks will work on hosted runners (or if they'll work at all), but its probably fine to include them. I may try these out during my release



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