[release-18.0] VReplication: Fix vtctldclient SwitchReads related bugs and move the TestBasicV2Workflows e2e test to vtctldclient (#15579) #12449
Workflow file for this run
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: Code Freeze | |
on: | |
pull_request: | |
permissions: read-all | |
jobs: | |
build: | |
name: Code Freeze | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Fail if Code Freeze is enabled | |
run: | | |
exit 0 |