Skip to content

Commit

Permalink
Change packit PR targets
Browse files Browse the repository at this point in the history
Avoid issue: packit/packit#1724

Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT committed Apr 13, 2023
1 parent 508cbd5 commit 7f77031
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,5 @@ tests/**/build/
.Trashes
ehthumbs.db
Thumbs.db

.idea/
7 changes: 5 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ jobs:
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-development
- fedora-latest
# TODO: Switch to fedora-development and fedora-latest
# There is an issue that the commits diverge on different PRs. In the meantime will create PRs on branched fedora
# manually
# https://github.com/packit/packit/issues/1724
- fedora-rawhide
- job: koji_build
trigger: commit
dist_git_branches:
Expand Down

0 comments on commit 7f77031

Please sign in to comment.