From ed9f3afc9e8e885bbbebcd634b3ce64cf15f4842 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 15 Feb 2024 09:31:28 +0100 Subject: [PATCH] packit: Put back build job Without this, the c8s test can't run. --- packit.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packit.yaml b/packit.yaml index aea3f09c12d2..5bee41a12c49 100644 --- a/packit.yaml +++ b/packit.yaml @@ -23,6 +23,11 @@ srpm_build_deps: # use the nicely formatted release NEWS from our upstream release, instead of git shortlog copy_upstream_release_description: true jobs: + - job: copr_build + trigger: pull_request + targets: + - centos-stream-8-x86_64 + - job: tests identifier: self trigger: pull_request