From 46b1284d24c5b353c92fd8430747a33add7b5f43 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Tue, 6 May 2025 10:59:53 +0200 Subject: [PATCH] chore: only stage, only PRs Signed-off-by: Matej Focko --- .packit.yaml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index dce8acc3..01aece4b 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,5 +1,5 @@ --- -packit_instances: ["prod", "stg"] +packit_instances: ["stg"] specfile_path: hello.spec files_to_sync: - .packit.yaml @@ -17,25 +17,8 @@ jobs: - fedora-stable-x86_64 - fedora-rawhide-x86_64 -- job: copr_build - trigger: release - targets: - - fedora-stable - -- job: copr_build - trigger: commit - branch: main - targets: - - fedora-stable - - job: tests trigger: pull_request targets: - fedora-stable-x86_64 - fedora-rawhide-x86_64 - -- job: propose_downstream - trigger: release - packit_instances: ["stg"] - dist_git_branches: - - fedora-all