Skip to content

Commit

Permalink
(ci) doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Apr 28, 2024
1 parent 0d52278 commit 51b2855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# allways processing english, no matter what the change was
if [[ "${{ matrix.language }}" == "en" ]]; then echo "PROCESS=true" >> $GITHUB_ENV; exit 0; fi
if [[ "${{ matrix.language }}" == "zh_Hans" && ${{ github.repository_owner }} != 'pgRouting' }} ]]; then echo "PROCESS=false" >> $GITHUB_ENV; exit 0; fi
if [[ "${{ matrix.language }}" == "zh_Hans" && ${{ github.repository_owner }} != "pgRouting" }} ]]; then echo "PROCESS=false" >> $GITHUB_ENV; exit 0; fi
# when this file changes all languages are tested
if git diff --name-only HEAD^ HEAD | grep -q '.github/workflows/doc-check.yml' ; then echo "PROCESS=true" >> $GITHUB_ENV; exit 0; fi
Expand Down

0 comments on commit 51b2855

Please sign in to comment.