ci: fix copr for release events (#4056)
This commit is contained in:
parent
c0823c7444
commit
d28e221bb7
2 changed files with 28 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue