From 76c05eec9950c46a57b0912d619e0ede241da1c9 Mon Sep 17 00:00:00 2001 From: Van-QA Date: Wed, 10 Apr 2024 21:04:16 +0700 Subject: [PATCH] chore: workflow dispatch will not trigger antivirus to save resources --- .github/workflows/jan-electron-linter-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jan-electron-linter-and-test.yml b/.github/workflows/jan-electron-linter-and-test.yml index 14d4f4f4e..a9f934cfd 100644 --- a/.github/workflows/jan-electron-linter-and-test.yml +++ b/.github/workflows/jan-electron-linter-and-test.yml @@ -111,7 +111,7 @@ jobs: CSC_IDENTITY_AUTO_DISCOVERY: "false" test-on-windows: - if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' + if: github.event_name == 'push' strategy: fail-fast: false matrix: