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


##########
.github/workflows/run_rc_validation_go_wordcount.yml:
##########
@@ -3,18 +3,18 @@ name: Validate Go SDK Release Candidate
 on:
   workflow_dispatch:
     inputs:
-      rc_tag:
-        description: 'Beam RC Tag (e.g., v2.59.0-RC1)'
+      RELEASE_VER:
+        description: 'Beam Release Version (e.g., 2.69.0)'
         required: true
-        type: string
-      container_tag:
-        description: 'Beam Go SDK Container Tag (e.g., 2.59.0rc1)'
+        default: '2.69.0'
+      RC_NUM:
+        description: 'Release Candidate number (e.g., 1)'
         required: true
-        type: string
+        default: '1'
 
 # This allows a subsequently queued workflow run to interrupt previous runs
 concurrency:
-  group: '${{ github.workflow }} @ ${{ github.event.inputs.rc_tag }}' # Group 
by RC tag
+  group: '${{ github.workflow }}'

Review Comment:
   Noting this slight behavior change - I don't think grouping by RC makes much 
sense since we'd never want multiple versions of this workflow running at the 
same time



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