Skip to content

Commit

Permalink
Run tests on PRs and skip build
Browse files Browse the repository at this point in the history
Signed-off-by: Frantisek Lachman <[email protected]>
  • Loading branch information
lachmanfrantisek committed Oct 18, 2023
1 parent f2c98da commit 95e236f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ downstream_package_name: hello
# current_version_command: ["python3", "setup.py", "--version"]
# create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."]
jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-stable-x86_64
- fedora-rawhide-x86_64

- job: copr_build
trigger: release
Expand All @@ -31,8 +26,8 @@ jobs:
- job: tests
trigger: pull_request
targets:
- fedora-stable-x86_64
- fedora-rawhide-x86_64
- centos-stream-9-x86_64
skip_build: true

- job: propose_downstream
trigger: release
Expand Down

0 comments on commit 95e236f

Please sign in to comment.