We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9456e70 commit 7d26a96Copy full SHA for 7d26a96
.github/workflows/ci.yaml
@@ -511,7 +511,7 @@ jobs:
511
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
512
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
513
- ${{ github.workspace }}/../../cache/general:/root/.cache
514
- needs: [test_non_bootstrapped, test, test_sbt, test_java8]
+ # needs: [test_non_bootstrapped, test, test_sbt, test_java8]
515
if: "github.event_name == 'push'
516
&& startsWith(github.event.ref, 'refs/tags/')
517
&& !startsWith(github.event.ref, 'refs/tags/sbt-dotty-')"
0 commit comments