Skip to content

Commit

Permalink
packit: Limit Fedora builds and tests to the 'main' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Sep 5, 2024
1 parent 3368690 commit 35d6649
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ actions:

jobs:
- job: copr_build
metadata:
targets:
targets:
- fedora-all
trigger: pull_request
branch: main

- job: copr_build
trigger: commit
Expand All @@ -32,6 +32,7 @@ jobs:
trigger: pull_request
targets:
- fedora-latest-stable
branch: main

- job: propose_downstream
trigger: release
Expand All @@ -52,6 +53,7 @@ jobs:
- job: tests
identifier: revdeps
trigger: pull_request
branch: main
notifications:
failure_comment:
message: "Blivet-GUI tests failed for commit {commit_sha}. @vojtechtrefny please check."
Expand Down

0 comments on commit 35d6649

Please sign in to comment.