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