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


##########
.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:
   No, that one is different - this is only run manually and can do one of the 
release steps (tagging a released version in GitHub) - 
https://github.com/apache/beam/blob/fac67922cad99979aa6bba5339616fd253e932a7/.github/workflows/git_tag_released_version.yml#L24
 (workflow_dispatch means manual trigger only). You're thinking of 
https://github.com/apache/beam/blob/20c8d3a2ba11f3965022e2ba5e12a241a4ec3442/.github/workflows/assign_milestone.yml#L20



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