This is an automated email from the ASF dual-hosted git repository.
hainenber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 658907a0a61 fix(gha): use sound condition gating for latest-tag step
(#40035)
658907a0a61 is described below
commit 658907a0a610af0d324c47984082436660f7b076
Author: Evan Rusackas <[email protected]>
AuthorDate: Tue May 12 08:27:26 2026 -0700
fix(gha): use sound condition gating for latest-tag step (#40035)
Co-authored-by: Superset Dev <[email protected]>
Co-authored-by: Claude Opus 4.7 <[email protected]>
---
.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