CLIENT-3603 Allow Replica.RANDOM on writes. #497
This file contains hidden or 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: clients-java-push-to-dev | |
on: | |
push: | |
branches: | |
- dev/versioning-from-ci # TODO: used to test the workflow. Removed this line at some point int time. | |
- stage | |
- stage-jdk8 | |
workflow_dispatch: | |
jobs: | |
build-stage: | |
name: Build stage | |
uses: ./.github/workflows/release-stage.yaml | |
with: | |
ref: ${{ github.ref }} | |
build-number: ${{ github.run_number }} | |
secrets: inherit |