From 44825ab428752f034091f736203b1172d1a6be95 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 13 May 2024 12:14:36 -0400 Subject: [PATCH] [skip-ci] Packit: use only one value for `packages` key for `trigger: commit` copr builds Without this key, there are duplicate copr jobs being created on podman-next copr for `podman-fedora` and `podman-centos`. Picking just one of `podman-fedora` / `podman-centos` should trigger builds for all targets specified on the podman-next copr. Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.packit.yaml b/.packit.yaml index 2e178893d0..0d3eacad7f 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -55,6 +55,7 @@ jobs: # Run on commit to main branch - job: copr_build trigger: commit + packages: [podman-fedora] notifications: failure_comment: message: "podman-next COPR build failed. @containers/packit-build please check."