Skip to content

Commit

Permalink
packit: Restrict koji_build and bodhi_update to Fedora
Browse files Browse the repository at this point in the history
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
  • Loading branch information
martinpitt committed May 23, 2024
1 parent 8cb6255 commit 4966121
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4966121

Please sign in to comment.