ci: fix copr for release events (#4056)

This commit is contained in:
ReenigneArcher 2025-07-06 19:56:38 -04:00 committed by GitHub
commit d28e221bb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 28 additions and 2 deletions

View file

@ -92,7 +92,6 @@ jobs:
build-linux-copr:
name: Linux Copr
if: github.event_name != 'push' # releases are handled directly in ci-copr.yml
needs: release-setup
uses: ./.github/workflows/ci-copr.yml
secrets:
@ -186,7 +185,6 @@ jobs:
- release-setup
- build-docker
- build-linux
- build-linux-copr
- build-linux-flatpak
- build-homebrew
- build-windows