Skip to content

Commit 61e34ca

Browse files
committed
add test set name to run step
1 parent c0e8d88 commit 61e34ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/beam_PostCommit_Yaml_Xlang_Direct.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
(github.event_name == 'schedule' && github.repository == 'apache/beam')
5757
runs-on: [self-hosted, ubuntu-24.04, main]
5858
timeout-minutes: 180
59-
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
59+
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.test_set }})
6060
strategy:
6161
matrix:
6262
job_name: ["beam_PostCommit_Yaml_Xlang_Direct"]

0 commit comments

Comments
 (0)