From 658907a0a610af0d324c47984082436660f7b076 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 12 May 2026 08:27:26 -0700 Subject: [PATCH] fix(gha): use sound condition gating for latest-tag step (#40035) Co-authored-by: Superset Dev Co-authored-by: Claude Opus 4.7 --- .github/workflows/latest-release-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latest-release-tag.yml b/.github/workflows/latest-release-tag.yml index 97cd73df462..4a4f38320a8 100644 --- a/.github/workflows/latest-release-tag.yml +++ b/.github/workflows/latest-release-tag.yml @@ -29,7 +29,7 @@ jobs: - name: Run latest-tag uses: ./.github/actions/latest-tag - if: (! ${{ steps.latest-tag.outputs.SKIP_TAG }} ) + if: steps.latest-tag.outputs.SKIP_TAG != 'true' with: description: Superset latest release tag-name: latest