We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21fab3a commit 2c41f42Copy full SHA for 2c41f42
.github/workflows/beam_PostCommit_Python.yml
@@ -53,7 +53,7 @@ env:
53
54
jobs:
55
beam_PostCommit_Python:
56
- name: 'beam_PostCommit_Python (${{ matrix.job_phrase }} ${{ matrix.python_version }} ${{ matrix.os }})'
+ name: 'beam_PostCommit_Python (${{ matrix.job_phrase }} ${{ matrix.python_version }}) (${{ join(matrix.os, ", ") }})'
57
runs-on: ${{ matrix.os }}
58
timeout-minutes: 240
59
strategy:
0 commit comments