From c7b8bc89c24f587108b2bd871891bd970a09b94d Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 12 Feb 2024 13:18:17 +0100 Subject: [PATCH] also don't bother upload to av scan, if not published --- .github/workflows/win-exe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 035b75e14..4aa2772ab 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -377,7 +377,7 @@ jobs: allowlist: name: Anti Virus Allowlisting - if: startsWith(github.ref, 'refs/tags/') + if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'published' runs-on: ubuntu-latest needs: [build-msi, build-exe] steps: