Skip to content

Commit

Permalink
fix: fix uninstall
Browse files Browse the repository at this point in the history
Signed-off-by: Kami Wan <[email protected]>
  • Loading branch information
KaimingWan authored and Kami Wan committed Jun 3, 2024
1 parent 5aef320 commit 1adb2f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prepare-vs-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types:
- completed
schedule:
- cron: '55 10 * * *'
- cron: '10 11 * * *'
workflow_dispatch:
inputs:
cloud_provider:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
name: Prepare AutoMQ Environment
runs-on: ubuntu-latest
env:
STREAMING_PROVIDER: ${{ inputs.compared_streaming_provider || 'automq' }}
STREAMING_PROVIDER: automq
CLOUD_PROVIDER: ${{ inputs.cloud_provider || 'aws-cn' }}
REGION: ${{ inputs.region || 'cn-northwest-1' }}
if: ${{ github.event.workflow_run.conclusion == 'success' || inputs.execute_benchmark ==true }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
name: Prepare Kafka Environment
runs-on: ubuntu-latest
env:
STREAMING_PROVIDER: ${{ inputs.compared_streaming_provider || 'kafka' }}
STREAMING_PROVIDER: kafka
CLOUD_PROVIDER: ${{ inputs.cloud_provider || 'aws-cn' }}
REGION: ${{ inputs.region || 'cn-northwest-1' }}
outputs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prepare-vs-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Prepare Streaming Cluster [Install]

on:
schedule:
- cron: '55 10 * * *'
- cron: '10 11 * * *'
workflow_dispatch:
inputs:
cloud_provider:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
name: Prepare AutoMQ Environment
runs-on: ubuntu-latest
env:
STREAMING_PROVIDER: ${{ inputs.compared_streaming_provider || 'automq' }}
STREAMING_PROVIDER: automq
CLOUD_PROVIDER: ${{ inputs.cloud_provider || 'aws-cn' }}
REGION: ${{ inputs.region || 'cn-northwest-1' }}
outputs:
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
name: Prepare Kafka Environment
runs-on: ubuntu-latest
env:
STREAMING_PROVIDER: ${{ inputs.compared_streaming_provider || 'kafka' }}
STREAMING_PROVIDER: kafka
CLOUD_PROVIDER: ${{ inputs.cloud_provider || 'aws-cn' }}
REGION: ${{ inputs.region || 'cn-northwest-1' }}
outputs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prepare-vs-uninstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types:
- completed
schedule:
- cron: '55 10 * * *'
- cron: '10 11 * * *'
workflow_dispatch:
inputs:
cloud_provider:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
name: Prepare AutoMQ Environment
runs-on: ubuntu-latest
env:
STREAMING_PROVIDER: ${{ inputs.compared_streaming_provider || 'automq' }}
STREAMING_PROVIDER: automq
CLOUD_PROVIDER: ${{ inputs.cloud_provider || 'aws-cn' }}
REGION: ${{ inputs.region || 'cn-northwest-1' }}
if: ${{ github.event.workflow_run.conclusion == 'success' || inputs.uninstall == true }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
name: Prepare Kafka Environment
runs-on: ubuntu-latest
env:
STREAMING_PROVIDER: ${{ inputs.compared_streaming_provider || 'kafka' }}
STREAMING_PROVIDER: kafka
CLOUD_PROVIDER: ${{ inputs.cloud_provider || 'aws-cn' }}
REGION: ${{ inputs.region || 'cn-northwest-1' }}
outputs:
Expand Down

0 comments on commit 1adb2f4

Please sign in to comment.