Skip to content

Commit f8d60a9

Browse files
update 2
1 parent ac00552 commit f8d60a9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/beam_PostCommit_Python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737

3838
jobs:
3939
beam_PostCommit_Python:
40-
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) [${{ matrix.os_name }}]
40+
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) (${{ matrix.os_name }})
4141
runs-on: ${{ matrix.os }}
4242
timeout-minutes: 240
4343
strategy:
@@ -101,7 +101,7 @@ jobs:
101101
uses: actions/upload-artifact@v4
102102
if: failure()
103103
with:
104-
name: Python ${{ matrix.python_version }} Test Results [${{ matrix.os_name }}]
104+
name: Python ${{ matrix.python_version }} Test Results (${{ matrix.os_name }})
105105
path: '**/pytest*.xml'
106106
- name: Publish Python Test Results
107107
uses: EnricoMi/publish-unit-test-result-action@v2
@@ -111,4 +111,4 @@ jobs:
111111
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
112112
files: '**/pytest*.xml'
113113
large_files: true
114-
check_name: 'Python ${{ matrix.python_version }} Test Results [${{ matrix.os_name }}]'
114+
check_name: 'Python ${{ matrix.python_version }} Test Results (${{ matrix.os_name }})'

.github/workflows/beam_PreCommit_Python_ML.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434

3535
jobs:
3636
beam_PreCommit_Python_ML:
37-
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) [${{ matrix.os_name }}]
37+
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) (${{ matrix.os_name }})
3838
runs-on: ${{ matrix.os }}
3939
timeout-minutes: 180
4040
strategy:
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/upload-artifact@v4
8989
if: failure()
9090
with:
91-
name: Python ${{ matrix.python_version }} Test Results [${{ matrix.os_name }}]
91+
name: Python ${{ matrix.python_version }} Test Results (${{ matrix.os_name }})
9292
path: '**/pytest*.xml'
9393
- name: Publish Python Test Results
9494
uses: EnricoMi/publish-unit-test-result-action@v2
@@ -98,4 +98,4 @@ jobs:
9898
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
9999
files: '**/pytest*.xml'
100100
large_files: true
101-
check_name: 'Python ${{ matrix.python_version }} Test Results [${{ matrix.os_name }}]'
101+
check_name: 'Python ${{ matrix.python_version }} Test Results (${{ matrix.os_name }})'

0 commit comments

Comments
 (0)