From 1bc491f949a1299fc523448c4f2f897be5745003 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 6 Jul 2025 20:19:24 -0400 Subject: [PATCH] ci(copr): disable copr for push event (#4057) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88ff2f0f..322f0e9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,7 @@ 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: