diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index 01f59282fb63..f39a2f969a69 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -30,6 +30,7 @@ env: jobs: precheck: + if: ${{ ( github.event_name == 'release' && !contains(github.event.release.tag_name, 'LTS')) || github.event_name == 'workflow_dispatch' }} name: 'Pre-check' runs-on: ubuntu-latest outputs: