Skip to content

Commit

Permalink
Merge pull request #753 from lbarcziova/packit-config-pull-from-upstream
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
2 parents fb500cb + 1abe22d commit de29f3a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- fedora-all
- epel-9

- job: production_build
- job: upstream_koji_build
trigger: pull_request
scratch: True
targets:
Expand Down Expand Up @@ -82,6 +82,12 @@ jobs:
list_on_homepage: True
preserve_project: True

- job: pull_from_upstream
trigger: release
dist_git_branches:
- fedora-all
- epel-9

# downstream automation:
- job: koji_build
trigger: commit
Expand Down

0 comments on commit de29f3a

Please sign in to comment.