Skip to content

Commit 209ef83

Browse files
committed
packit: Remove the pull_request trigger
On PRs, these jobs fail by default unless I explicitly trigger it with `/packit build`, which is mildly annoying. It's not really important for us to test RPM build + install on the occasional PR, so just do it at commit time. Signed-off-by: Cole Robinson <crobinso@redhat.com>
1 parent 13b8a05 commit 209ef83

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.packit.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@
22
upstream_project_url: https://github.com/python-bugzilla/python-bugzilla
33

44
jobs:
5-
- job: copr_build
6-
trigger: pull_request
7-
metadata:
8-
targets:
9-
- fedora-all
10-
- epel-8-x86_64
115
- job: copr_build
126
trigger: commit
137
metadata:
148
targets:
159
- fedora-all
1610
- epel-8-x86_64
1711
- job: tests
18-
trigger: pull_request
12+
trigger: commit
1913
metadata:
2014
targets:
2115
- fedora-all

0 commit comments

Comments
 (0)