Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,23 @@ jobs:
list_on_homepage: True
preserve_project: True

#region GitHub Merge Queue
- job: tests
trigger: commit
branch: gh-readonly-queue/.*
status_name_template: "tests:epel9"
targets:
- epel-9
packit_instances: ["stg"]
- job: tests
trigger: commit
branch: gh-readonly-queue/.*
status_name_template: "tests:fedora-latest-stable"
targets:
- fedora-latest-stable
packit_instances: ["stg"]
#endregion

- job: pull_from_upstream
trigger: release
dist_git_branches:
Expand Down