Skip to content

Commit 6fcc393

Browse files
committed
fix typo
1 parent fa0ec1e commit 6fcc393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
- name: Build examples
299299
run: docker exec build /bin/bash -c "mkdir ../examples_build && cd ../examples_build && cmake ../src/examples -DCMAKE_BUILD_TYPE=Release && cmake --build . -- -j 2 "
300300
- name: Append documentation for the latest release version
301-
if: (! startsWith(github.ref, 'refs/heads/develop')) && matrix.shared == 'shared' && matrix.boost == 'stdfs' && matrix.mpi == 'serial'
301+
if: startsWith(github.ref, 'refs/heads/develop') && matrix.shared == 'shared' && matrix.boost == 'stdfs' && matrix.mpi == 'serial'
302302
run: |
303303
docker exec --user root build /bin/bash -c "chown -R p00user /home/p00user/src"
304304
docker exec build /bin/bash -c "git config --unset-all remote.origin.fetch"

0 commit comments

Comments
 (0)