]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Test] Skip scheduled integration tests in forks 5929/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Sun, 8 Mar 2026 12:39:26 +0000 (15:39 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Sun, 8 Mar 2026 12:39:26 +0000 (15:39 +0300)
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.

.github/workflows/integration-test.yml

index f828ccaae829e850bb3a8a8d581eedfb9b1289c7..e8a1c95920d88a4bfc02da309f961f5ed1e267e8 100644 (file)
@@ -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