diff --git a/.github/workflows/build-and-test-2.12.yml b/.github/workflows/build-and-test-2.12.yml index f99c8b0f6010..a10981eda4c9 100644 --- a/.github/workflows/build-and-test-2.12.yml +++ b/.github/workflows/build-and-test-2.12.yml @@ -41,6 +41,7 @@ jobs: if: success() || failure() run: rm -rf ~/.m2/repository/org/locationtech/geomesa accumulo-unit-tests: + needs: build-scala runs-on: ubuntu-latest # avoid duplicate jobs on PRs from the main repo if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name @@ -81,6 +82,7 @@ jobs: if: success() || failure() run: rm -rf ~/.m2/repository/org/locationtech/geomesa kafka-unit-tests: + needs: build-scala runs-on: ubuntu-latest # avoid duplicate jobs on PRs from the main repo if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name