From: Alexander Moisseev Date: Sun, 8 Mar 2026 12:39:26 +0000 (+0300) Subject: [Test] Skip scheduled integration tests in forks X-Git-Tag: 4.0.0~47^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35bebb1239920439a22e7b22e40c78bbdf096696;p=thirdparty%2Frspamd.git [Test] Skip scheduled integration tests in forks Limit scheduled integration-test runs to rspamd/rspamd while keeping manual start available in forks. This avoids unnecessary fork cron runs and reduces noisy CI failures unrelated to upstream. --- diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index f828ccaae8..e8a1c95920 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -17,6 +17,7 @@ on: jobs: integration-test: name: Integration & Load Test + if: github.event_name != 'schedule' || github.repository == 'rspamd/rspamd' runs-on: ubuntu-latest timeout-minutes: 30