From d1cbf81374e5b632f2ca5506772398942859288b Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 7 Feb 2025 09:21:15 +0100 Subject: [PATCH] packit: Drop copr_build job redundancy It's exactly the same OS list as for `tests`. We only need to specify the additional build targets, but we don't have any. --- packit.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/packit.yaml b/packit.yaml index 4f10932..224afe8 100644 --- a/packit.yaml +++ b/packit.yaml @@ -23,12 +23,8 @@ actions: jobs: - job: copr_build trigger: pull_request - targets: - - fedora-all - - fedora-latest-aarch64 - - centos-stream-9 - - centos-stream-9-aarch64 - - centos-stream-10 + # only extra build-only targets; targets in "tests" are implicitly built + targets: [] - job: tests trigger: pull_request