From 49661219e993664f4bb285d4cb710d6a663ee3e3 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 23 May 2024 15:16:24 +0200 Subject: [PATCH] packit: Restrict koji_build and bodhi_update to Fedora While they are not directly related to building srpms, this caused the koji-build jobs to run twice, and thus creating confusing "Fedora Koji build failed to be triggered" issues. Fixes #245 --- packit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packit.yaml b/packit.yaml index 8b29673..13115a6 100644 --- a/packit.yaml +++ b/packit.yaml @@ -77,11 +77,13 @@ jobs: - job: koji_build trigger: commit + packages: [umockdev-fedora] dist_git_branches: - fedora-all - job: bodhi_update trigger: commit + packages: [umockdev-fedora] dist_git_branches: # rawhide updates are created automatically - fedora-branched