Skip to content

Commit 7d26a96

Browse files
Remove dependencies of publish task
1 parent 9456e70 commit 7d26a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ jobs:
511511
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
512512
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
513513
- ${{ github.workspace }}/../../cache/general:/root/.cache
514-
needs: [test_non_bootstrapped, test, test_sbt, test_java8]
514+
# needs: [test_non_bootstrapped, test, test_sbt, test_java8]
515515
if: "github.event_name == 'push'
516516
&& startsWith(github.event.ref, 'refs/tags/')
517517
&& !startsWith(github.event.ref, 'refs/tags/sbt-dotty-')"

0 commit comments

Comments
 (0)