[DNM] mcs: refine delete resource group logic to avoid corner case of tiflash #12988
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: TSO Function Test | |
on: | |
push: | |
branches: | |
- master | |
- release-5.* | |
- release-6.* | |
- release-7.* | |
pull_request: | |
branches: | |
- master | |
- release-5.* | |
- release-6.* | |
- release-7.* | |
concurrency: | |
group: ${{ github.ref }}-${{ github.workflow }} | |
cancel-in-progress: true | |
jobs: | |
tso-function-test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/setup-go@v3 | |
with: | |
go-version: '1.21' | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Make TSO Function Test | |
run: make test-tso-function |