From 0c666ac091bd87d637b41312f260b85f5331a1ee Mon Sep 17 00:00:00 2001
From: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Date: Fri, 10 Feb 2023 17:46:36 +0100
Subject: [PATCH] redundant to inputs

---
 .github/workflows/release-pypi.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml
index 538bfabb4d455..3529e687cd72f 100644
--- a/.github/workflows/release-pypi.yml
+++ b/.github/workflows/release-pypi.yml
@@ -182,7 +182,6 @@ jobs:
   legacy-checkpoints:
     needs: [build-packages]
     uses: ./.github/workflows/_legacy-checkpoints.yml
-    if: github.event_name != 'pull_request'
     with:
       push_to_s3: ${{ startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' }}
       create_pr: ${{ startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' }}