From 72a475a76fe613cf72901425a8b866578709bc9e Mon Sep 17 00:00:00 2001 From: Thorsten Blum Date: Fri, 29 Mar 2024 23:29:24 +0100 Subject: [PATCH] Disable daily database --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21692d6..dda91af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,5 @@ jobs: uses: actions/checkout@v4 - name: Start ClamAV daemon uses: ./ - with: - db_daily: true - name: Test the connection to clamd on TCP port 3310 run: Test-NetConnection -ComputerName localhost -Port 3310