We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e8d88 commit 61e34caCopy full SHA for 61e34ca
1 file changed
.github/workflows/beam_PostCommit_Yaml_Xlang_Direct.yml
@@ -56,7 +56,7 @@ jobs:
56
(github.event_name == 'schedule' && github.repository == 'apache/beam')
57
runs-on: [self-hosted, ubuntu-24.04, main]
58
timeout-minutes: 180
59
- name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
+ name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.test_set }})
60
strategy:
61
matrix:
62
job_name: ["beam_PostCommit_Yaml_Xlang_Direct"]
0 commit comments