We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54368c commit c4b24daCopy full SHA for c4b24da
1 file changed
.github/workflows/ci.yml
@@ -111,7 +111,7 @@ jobs:
111
build_dir: ${{ env.WORKSPACE_BUILD_PATH }}
112
python_exe: ${{ steps.sofa.outputs.python_exe }}
113
output_dir: ${{ github.workspace }}/tests-results_dir
114
- nb_parallel_threads: '4'}
+ nb_parallel_threads: '4'
115
116
- name: Notify dashboard
117
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