From 7d26a96db6e63aba8db1362b09f4adf521bc8327 Mon Sep 17 00:00:00 2001 From: Anatolii Kmetiuk Date: Thu, 13 May 2021 15:57:20 +0200 Subject: [PATCH] Remove dependencies of publish task --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 90d91d2237dd..42ed0403c6e1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -511,7 +511,7 @@ jobs: - ${{ github.workspace }}/../../cache/sbt:/root/.sbt - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache - ${{ github.workspace }}/../../cache/general:/root/.cache - needs: [test_non_bootstrapped, test, test_sbt, test_java8] + # needs: [test_non_bootstrapped, test, test_sbt, test_java8] if: "github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/') && !startsWith(github.event.ref, 'refs/tags/sbt-dotty-')"