From 7c82686f24b200e56dd079c9f78d68077e26889a Mon Sep 17 00:00:00 2001 From: Deivid Soto Date: Mon, 30 Mar 2026 14:32:15 +0200 Subject: [PATCH] fix(ci): fix virustotal job condition syntax --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fb2571..229a723 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: virustotal: needs: release runs-on: ubuntu-latest - if: ${{ secrets.VT_API_KEY != '' }} + if: vars.VT_ENABLED == 'true' steps: - name: Get release tag id: tag