GEOMESA-3443 Accumulo - Fix remote processing flags for join indices … #1044
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: scala-2.13 | |
on: | |
push: | |
branches: | |
- main | |
- '[0-9]+.[0-9]+.x' | |
tags: | |
- '**' | |
pull_request: | |
permissions: # added using https://github.com/step-security/secure-repo | |
contents: read | |
jobs: | |
build-and-test: | |
uses: ./.github/workflows/build-and-test.yml | |
with: | |
scala-version: "2.13" |