From 658c16afa3024fc3e5b9f12ef4c1e1ce7a90cd45 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 27 May 2024 14:33:37 -0400 Subject: [PATCH] [skip-ci] Packit: `packages: [skopeo-fedora]` for podman-next jobs Without this change, packit will trigger duplicate jobs on podman-next for `skopeo-fedora`, `skopeo-centos` etc, which essentially point to the same file. 1 job triggered builds packages for all environments enabled on the COPR, so simply `skopeo-fedora` should suffice. Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.packit.yaml b/.packit.yaml index 19fe46dd..e72bfb15 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -63,6 +63,7 @@ jobs: # Run on commit to main branch - job: copr_build trigger: commit + packages: [skopeo-fedora] notifications: failure_comment: message: "podman-next COPR build failed. @containers/packit-build please check."