Skip to content

Commit

Permalink
Remove dependencies of publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoliykmetyuk committed May 13, 2021
1 parent 9456e70 commit 7d26a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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-')"
Expand Down

0 comments on commit 7d26a96

Please sign in to comment.