From 65ed83324ce43d83214719db161d2df3313b1a7b Mon Sep 17 00:00:00 2001 From: Maja Massarini Date: Wed, 1 Apr 2026 15:43:04 +0200 Subject: [PATCH] Basic test case: fully specified targets This test case is triggered automatically by our validation script. ```yaml - job: copr_build trigger: pull_request targets: - fedora-rawhide-x86_64 - job: tests trigger: pull_request targets: - fedora-rawhide-x86_64 ``` --- .packit.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index dce8acc3..e7ec57dc 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -14,7 +14,6 @@ jobs: - job: copr_build trigger: pull_request targets: - - fedora-stable-x86_64 - fedora-rawhide-x86_64 - job: copr_build @@ -31,7 +30,6 @@ jobs: - job: tests trigger: pull_request targets: - - fedora-stable-x86_64 - fedora-rawhide-x86_64 - job: propose_downstream