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 c0f81e0 commit 56c60f7Copy full SHA for 56c60f7
.github/workflows/beam_PostCommit_Python.yml
@@ -80,7 +80,7 @@ jobs:
80
with:
81
comment_phrase: ${{ matrix.job_phrase }} ${{ matrix.python_version }}
82
github_token: ${{ secrets.GITHUB_TOKEN }}
83
- github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) (${{ join(matrix.os, ', ') }})
+ github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
84
- name: Setup environment
85
uses: ./.github/actions/setup-environment-action
86
0 commit comments