diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8eec4a0a..f26a17f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,5 +43,3 @@ jobs: env: # As per https://github.com/mattn/goveralls#github-actions COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - run: ./script/sync-docs.sh - if: ${{ github.ref == 'refs/heads/master' }}