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.
This commit is contained in:
Martin Pitt 2025-02-07 09:21:15 +01:00 committed by Martin Pitt
parent b9caec1827
commit d1cbf81374

View file

@ -23,12 +23,8 @@ actions:
jobs: jobs:
- job: copr_build - job: copr_build
trigger: pull_request trigger: pull_request
targets: # only extra build-only targets; targets in "tests" are implicitly built
- fedora-all targets: []
- fedora-latest-aarch64
- centos-stream-9
- centos-stream-9-aarch64
- centos-stream-10
- job: tests - job: tests
trigger: pull_request trigger: pull_request