From: Vsevolod Stakhov Date: Sat, 18 Oct 2025 10:01:44 +0000 (+0100) Subject: [Test] Run integration tests on schedule only (daily at 2 AM UTC) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=baeaa3a58af8c9d8c268bbac9bff3eb4a569a4f3;p=thirdparty%2Frspamd.git [Test] Run integration tests on schedule only (daily at 2 AM UTC) Integration tests are resource-intensive and take ~30 minutes to complete. Running them on every commit/PR is too slow for development workflow. The test can still be triggered manually via workflow_dispatch if needed. --- diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index a57895eb8b..9c9f9ae245 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -4,10 +4,6 @@ permissions: contents: read on: - push: - branches: [master] - pull_request: - branches: [master] schedule: # Run daily at 2 AM UTC - cron: '0 2 * * *'