Skip to content

Commit 3f6d4f0

Browse files
committed
.
1 parent b1c90f9 commit 3f6d4f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,13 @@ jobs:
5353
pip install tox==4.26.0
5454
5555
- name: Run tox
56-
run: tox -e "${MATRIX_NAME}"
56+
run: tox -e "${{ matrix.name }}"
5757
# run: tox -e "${MATRIX_NAME}"
5858
# env:
5959
# MATRIX_NAME: ${{ matrix.name }}
6060

6161
- name: Upload SARIF report into the GitHub repo code scanning
62+
if: contains(matrix.name, 'linting')
6263
uses: github/codeql-action/upload-sarif@v3
6364
with:
6465
sarif_file: zizmor.sarif

0 commit comments

Comments
 (0)