Skip to content

Commit

Permalink
chore: workflow dispatch will not trigger antivirus to save resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Van-QA committed Apr 10, 2024
1 parent 19ff0d4 commit 4ae4253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jan-electron-linter-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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:
Expand Down

0 comments on commit 4ae4253

Please sign in to comment.