ci(copr): fix release event conditions (#4360)
This commit is contained in:
parent
0b3978eb27
commit
c2fb5438af
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-copr.yml
vendored
2
.github/workflows/ci-copr.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
if:
|
||||
github.event_name == 'release' &&
|
||||
startsWith(github.repository, 'LizardByte/') &&
|
||||
github.event.release.prerelease == false
|
||||
github.event.release.prerelease == true
|
||||
needs:
|
||||
- call-copr-ci
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue