[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 <lsm5@redhat.com>
This commit is contained in:
Lokesh Mandvekar 2024-05-13 12:14:36 -04:00
parent dfab103bd3
commit 44825ab428
No known key found for this signature in database
GPG key ID: 1C1EDD7CC7C3A0DD

View file

@ -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."