Skip to content

Commit 04f89d3

Browse files
fix
1 parent 9a3e29f commit 04f89d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
ls -R
133133
134134
- name: Upload report
135-
if: 'matrix.test_group == 1'
135+
if: ${{matrix.test_group == 1}}
136136
uses: actions/upload-artifact@v4
137137
with:
138138
name: report-${{ matrix.py_ver }}.zip

0 commit comments

Comments
 (0)