Skip to content

Commit

Permalink
chore: test upgrade kb skip test playground
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Sep 27, 2024
1 parent 59e0a03 commit 51c9365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kbcli-test-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ permissions:

jobs:
test-playground:
if: ${{ inputs.TEST_TYPE == '' && inputs.CLOUD_PROVIDER != 'vke' }}
if: ${{ inputs.TEST_TYPE == '' && inputs.KB_PRE_VERSION == '' && inputs.CLOUD_PROVIDER != 'vke' }}
uses: ./.github/workflows/test-kbcli.yml
with:
cloud-provider: ${{ inputs.CLOUD_PROVIDER }}
Expand Down

0 comments on commit 51c9365

Please sign in to comment.