diff --git a/.github/workflows/ScalaCI.yml b/.github/workflows/ScalaCI.yml index 06d43ff..e3669e4 100644 --- a/.github/workflows/ScalaCI.yml +++ b/.github/workflows/ScalaCI.yml @@ -86,7 +86,7 @@ jobs: ci: runs-on: ubuntu-20.04 - needs: [ publish ] + needs: [ check, test ] steps: - name: Aggregate outcomes - run: echo "build succeeded" \ No newline at end of file + run: echo "build succeeded"