Skip to content

Commit c0f81e0

Browse files
committed
update
1 parent b51efdc commit c0f81e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/beam_PostCommit_Python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
comment_phrase: ${{ matrix.job_phrase }} ${{ matrix.python_version }}
8282
github_token: ${{ secrets.GITHUB_TOKEN }}
83-
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
83+
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) (${{ join(matrix.os, ', ') }})
8484
- name: Setup environment
8585
uses: ./.github/actions/setup-environment-action
8686
with:

.github/workflows/beam_PreCommit_Python_ML.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
comment_phrase: ${{ matrix.job_phrase }} ${{ matrix.python_version }}
8787
github_token: ${{ secrets.GITHUB_TOKEN }}
88-
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
88+
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) (${{ join(matrix.os, ', ') }})
8989
- name: Setup environment
9090
uses: ./.github/actions/setup-environment-action
9191
with:

0 commit comments

Comments
 (0)