Skip to content

Commit

Permalink
fix needs
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed Sep 16, 2024
1 parent 0a5a073 commit 791179b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test-2.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 791179b

Please sign in to comment.