diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0248d6..9b668cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,8 @@ jobs: run: ./gradlew javadoc integration-test: runs-on: ubuntu-latest - if: ${{ github.ref == 'refs/heads/master' || github.base_ref == 'master' || startsWith(github.ref, 'refs/tags/') }} + # Disable temporarily + # if: ${{ github.ref == 'refs/heads/master' || github.base_ref == 'master' || startsWith(github.ref, 'refs/tags/') }} strategy: matrix: flavour: [ "community" ] ## , "enterprise"