datastore: restore FacetField to previous change, #TASK-7151, #TASK-7134 #357
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: Push in java-common-libs task branch | |
on: | |
push: | |
branches: | |
- TASK-* | |
jobs: | |
build: | |
uses: ./.github/workflows/build-java-app-workflow.yml | |
test: | |
uses: ./.github/workflows/test-analysis.yml | |
needs: build | |
secrets: inherit |