From 6d5939694a2a1f5eaa860a7095b90223188bfd77 Mon Sep 17 00:00:00 2001 From: Erhan Cagirici Date: Tue, 23 Dec 2025 09:02:02 +0300 Subject: [PATCH] ci: skip CI push job on PRs Signed-off-by: Erhan Cagirici --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57efd18..d1693cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,6 +126,7 @@ jobs: # This job downloads the single-platform packages built by the build job, and # pushes them as a multi-platform package. push: + if: ${{ github.event_name != 'pull_request' }} runs-on: ubuntu-24.04 needs: - build