Skip to content

Commit 95e236f

Browse files
Run tests on PRs and skip build
Signed-off-by: Frantisek Lachman <[email protected]>
1 parent f2c98da commit 95e236f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.packit.yaml

+2-7
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ downstream_package_name: hello
1111
# current_version_command: ["python3", "setup.py", "--version"]
1212
# create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."]
1313
jobs:
14-
- job: copr_build
15-
trigger: pull_request
16-
targets:
17-
- fedora-stable-x86_64
18-
- fedora-rawhide-x86_64
1914

2015
- job: copr_build
2116
trigger: release
@@ -31,8 +26,8 @@ jobs:
3126
- job: tests
3227
trigger: pull_request
3328
targets:
34-
- fedora-stable-x86_64
35-
- fedora-rawhide-x86_64
29+
- centos-stream-9-x86_64
30+
skip_build: true
3631

3732
- job: propose_downstream
3833
trigger: release

0 commit comments

Comments
 (0)