[BUG]mysql syncer mode cluster created failed: KB_WORKLOAD_TYPE ENV not set #3635
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: Milestone Set | |
on: | |
workflow_dispatch: | |
issues: | |
types: | |
- closed | |
pull_request_target: | |
types: | |
- closed | |
jobs: | |
issue-milestone: | |
if: ${{ github.event_name == 'issues' }} | |
uses: apecloud/apecloud-cd/.github/workflows/issue-milestone.yml@v0.1.32 | |
with: | |
APECD_REF: "v0.1.32" | |
secrets: inherit | |
pr-milestone: | |
if: ${{ github.event_name == 'pull_request_target' }} | |
uses: apecloud/apecloud-cd/.github/workflows/pull-request-milestone.yml@v0.1.32 | |
with: | |
APECD_REF: "v0.1.32" | |
secrets: inherit | |
move_milestone: | |
if: ${{ github.event_name == 'workflow_dispatch' }} | |
uses: apecloud/apecloud-cd/.github/workflows/milestone-move.yml@v0.1.32 | |
with: | |
APECD_REF: "v0.1.32" | |
secrets: inherit |