volatilemolotov commented on code in PR #27852:
URL: https://github.com/apache/beam/pull/27852#discussion_r1284673002


##########
.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml:
##########
@@ -55,14 +55,19 @@ jobs:
       github.event_name == 'schedule' ||
       github.event.comment.body == 'Run Go PostCommit Dataflow ARM'
     runs-on: [self-hosted, ubuntu-20.04, main]
-    name: beam_PostCommit_Go_Dataflow_ARM (Run Go PostCommit Dataflow ARM)
+    name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
+    strategy:
+      matrix:
+        job_name: ["beam_PostCommit_Go_Dataflow_ARM"]
+        job_phrase: ["Run Go PostCommit Dataflow ARM"]
     steps:
       - uses: actions/checkout@v3
       - name: Setup repository
         uses: ./.github/actions/setup-action
         with:
-          comment_phrase: 'Run Go PostCommit Dataflow ARM'
+          comment_phrase: ${{ matrix.job_phrase }}
           github_token: ${{ secrets.GITHUB_TOKEN }}
+          github_job: ${{ matrix.job_name }} ${{ matrix.job_phrase }}

Review Comment:
   Fixed



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