From 7ce55a87a440bf9c13bbe16a9ec832a423476904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Enrique=20Colina=20Rodr=C3=ADguez?= Date: Fri, 12 Apr 2024 18:27:23 +0200 Subject: [PATCH] Update --- .github/workflows/cli-release.yml | 1 + 1 file changed, 1 insertion(+) 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: