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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
