mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00
[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:
@ -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."
|
||||
|
Reference in New Issue
Block a user