Skip to content

Commit

Permalink
ci: Exclude fedora-41, fedora-42, fedora-rawhide and c10s from build …
Browse files Browse the repository at this point in the history
…of sssd-2-8
  • Loading branch information
jakub-vavra-cz committed Sep 9, 2024
1 parent 4022e58 commit 2607b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
coprcfg: ${{ steps.copr.outputs.coprcfg }}
filter: "fedora-.+-x86_64|centos-stream-.*-x86_64"
exclude: "fedora-eln-.+"
exclude: "fedora-eln-.+|fedora-41-x86_64|fedora-42-x86_64|fedora-rawhide-x86_64|centos-stream-10-x86_64"

- name: Create copr project
uses: next-actions/copr/create-project@master
Expand Down

0 comments on commit 2607b79

Please sign in to comment.