From c2fb5438afa9b4a974f65a7c9485400cb8a2b963 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 25 Oct 2025 20:10:21 -0400 Subject: [PATCH] ci(copr): fix release event conditions (#4360) --- .github/workflows/ci-copr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-copr.yml b/.github/workflows/ci-copr.yml index 001d382d..b89ba923 100644 --- a/.github/workflows/ci-copr.yml +++ b/.github/workflows/ci-copr.yml @@ -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: