From 26d40db7cea291fca6a2f05a45399b18a6d20ea1 Mon Sep 17 00:00:00 2001 From: Nitjsefnie Date: Thu, 16 Jul 2026 09:26:53 +0000 Subject: [PATCH] docs: clarify that a job trigger accepts a single value Add an explicit note that the trigger key of a job accepts exactly one value and cannot be a list or combination of multiple triggers. Co-Authored-By: Kimi K2.7 Code Signed-off-by: Nitjsefnie --- docs/configuration/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 8d6e462fcf..d638dde3b4 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -76,6 +76,9 @@ files_to_sync: (*list of dicts*) A list of job definitions for Packit Service: see [Packit Service jobs configuration](configuration/jobs) for details. +The `trigger` key of a job accepts exactly one value — it is not a list, and +multiple triggers cannot be combined in one job. + ### Package-specific keys #### paths (*list*) List of relative paths in the upstream repository, which should be considered for the particular package