From 45a4feb4390531680690642495fbd310f64ee434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=A9lois?= Date: Wed, 22 Dec 2021 12:18:38 +0100 Subject: [PATCH] Disable release on main Also bump memory for tests [skip ci] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 046c7a16a..0e044d5cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: run: | sbt test_$BUILD_KEY \ pushRemoteCache_$BUILD_KEY \ - -J-Xmx2G + -J-Xmx4G - name: Run checks if: matrix.scalaVersion == '2_13' && matrix.scalaPlatform == 'jvm' && matrix.ceVersion == 'CE2' @@ -79,7 +79,7 @@ jobs: release: name: Release needs: [build] - if: startsWith(github.ref, 'refs/tags/v') || (github.ref == 'refs/heads/main') + if: startsWith(github.ref, 'refs/tags/v') # || (github.ref == 'refs/heads/main') runs-on: ubuntu-latest steps: - name: Checkout current branch (full)