Skip to content

Commit de29f3a

Browse files
Merge pull request #753 from lbarcziova/packit-config-pull-from-upstream
[Packit config] Add pull_from_upstream Since we sync this config downstream on release, it needs to be added here. Reviewed-by: Nikola Forró <None> Reviewed-by: None <None>
2 parents fb500cb + 1abe22d commit de29f3a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.packit.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- fedora-all
4848
- epel-9
4949

50-
- job: production_build
50+
- job: upstream_koji_build
5151
trigger: pull_request
5252
scratch: True
5353
targets:
@@ -82,6 +82,12 @@ jobs:
8282
list_on_homepage: True
8383
preserve_project: True
8484

85+
- job: pull_from_upstream
86+
trigger: release
87+
dist_git_branches:
88+
- fedora-all
89+
- epel-9
90+
8591
# downstream automation:
8692
- job: koji_build
8793
trigger: commit

0 commit comments

Comments
 (0)