Skip to content

Commit

Permalink
Set manual_trigger in packit
Browse files Browse the repository at this point in the history
This PR:
- enables manual_trigger in packit

I do think that it's overkill for every PR to be checked against all of Fedora's plateforms. Packit should probably, at least for now, only be triggered manually when the PRs are related to components that might break on unorthodox plateforms.
  • Loading branch information
gpotter2 committed Apr 20, 2024
1 parent 86c7a05 commit cd2fed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .packit.yml
Expand Up @@ -39,6 +39,7 @@ actions:
jobs:
- job: copr_build
trigger: pull_request
manual_trigger: true
targets:
- fedora-latest-stable-aarch64
- fedora-latest-stable-i386
Expand Down

0 comments on commit cd2fed9

Please sign in to comment.