Преглед на файлове

also don't bother upload to av scan, if not published

Armin Schrenk преди 1 година
родител
ревизия
c7b8bc89c2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/win-exe.yml

+ 1 - 1
.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: