Skip to content

Commit c4b24da

Browse files
committed
Fix typo
1 parent b54368c commit c4b24da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
build_dir: ${{ env.WORKSPACE_BUILD_PATH }}
112112
python_exe: ${{ steps.sofa.outputs.python_exe }}
113113
output_dir: ${{ github.workspace }}/tests-results_dir
114-
nb_parallel_threads: '4'}
114+
nb_parallel_threads: '4'
115115

116116
- name: Notify dashboard
117117
if: always() && startsWith(github.repository, 'sofa-framework') && startsWith(github.ref, 'refs/heads/master') # we are not on a fork and on master

0 commit comments

Comments
 (0)