Skip to content

Commit 2762d90

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

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.packit.yaml

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
packit_instances: ["prod", "stg"]
32
specfile_path: hello.spec
43
files_to_sync:
54
- .packit.yaml
@@ -11,11 +10,6 @@ downstream_package_name: hello
1110
# current_version_command: ["python3", "setup.py", "--version"]
1211
# create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."]
1312
jobs:
14-
- job: copr_build
15-
trigger: pull_request
16-
targets:
17-
- fedora-stable-x86_64
18-
- fedora-rawhide-x86_64
1913

2014
- job: copr_build
2115
trigger: release
@@ -31,8 +25,8 @@ jobs:
3125
- job: tests
3226
trigger: pull_request
3327
targets:
34-
- fedora-stable-x86_64
35-
- fedora-rawhide-x86_64
28+
- centos-stream-9-x86_64
29+
skip_build: true
3630

3731
- job: propose_downstream
3832
trigger: release

0 commit comments

Comments
 (0)